Lilly's Dreamscape Color Palette
Discover the beautiful Lilly's Dreamscape color palette featuring french lilac (#e5d0f2), cold purple (#c2acd7), cherub (#f5c6e7), sidecar (#f7eaca) and rose bud (#faa7a9).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Lilly's Dreamscape palette
💻 Lilly's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #e5d0f2;
}
.color-2 {
color: #c2acd7;
}
.color-3 {
color: #f5c6e7;
}
.color-4 {
color: #f7eaca;
}
.color-5 {
color: #faa7a9;
}
/* CSS Variables */
:root {
--color-1: #e5d0f2;
--color-2: #c2acd7;
--color-3: #f5c6e7;
--color-4: #f7eaca;
--color-5: #faa7a9;
} 🌈 Lilly's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d0f2, #c2acd7, #f5c6e7, #f7eaca, #faa7a9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d0f2, #c2acd7, #f5c6e7, #f7eaca, #faa7a9);
} 🔗 Explore similar color palettes
Lilly's Dreamscape color palette created on .