/* CSS */
.color-1 {
  color: #D7C1E6;
}
.color-2 {
  color: #B5A0D4;
}
.color-3 {
  color: #8E7DBF;
}
.color-4 {
  color: #6B5BA9;
}
.color-5 {
  color: #4A3F9D;
}
/* CSS Variables */
:root {
  --color-1: #D7C1E6;
  --color-2: #B5A0D4;
  --color-3: #8E7DBF;
  --color-4: #6B5BA9;
  --color-5: #4A3F9D;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #D7C1E6, #B5A0D4, #8E7DBF, #6B5BA9, #4A3F9D);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #D7C1E6, #B5A0D4, #8E7DBF, #6B5BA9, #4A3F9D);
 }Lavender Dreams color palette created on .