Lilly's Dreamscape

aesthetic, pink, vibrant, flower, soft

Color Adjustments

Lilly's Dreamscape Color Palette CSS

/* CSS */
.color-1 {
  color: #EAB8E4;
}

.color-2 {
  color: #D8A2D2;
}

.color-3 {
  color: #C48BD0;
}

.color-4 {
  color: #B56FBE;
}

.color-5 {
  color: #A75AB5;
}

/* CSS Variables */
:root {
  --color-1: #EAB8E4;
  --color-2: #D8A2D2;
  --color-3: #C48BD0;
  --color-4: #B56FBE;
  --color-5: #A75AB5;
}

Lilly's Dreamscape Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EAB8E4, #D8A2D2, #C48BD0, #B56FBE, #A75AB5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EAB8E4, #D8A2D2, #C48BD0, #B56FBE, #A75AB5);
}

Lilly's Dreamscape color palette created on .

0 views