/* CSS */
.color-1 {
  color: #D5C3DF;
}
.color-2 {
  color: #B8A3D1;
}
.color-3 {
  color: #9A79BE;
}
.color-4 {
  color: #6A4E8D;
}
.color-5 {
  color: #3E2E5C;
}
/* CSS Variables */
:root {
  --color-1: #D5C3DF;
  --color-2: #B8A3D1;
  --color-3: #9A79BE;
  --color-4: #6A4E8D;
  --color-5: #3E2E5C;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #D5C3DF, #B8A3D1, #9A79BE, #6A4E8D, #3E2E5C);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #D5C3DF, #B8A3D1, #9A79BE, #6A4E8D, #3E2E5C);
 }Whispers Of Lavender color palette created on .