Lilly's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lilly's Dreamscape palette

Share this palette to:

Lilly's Dreamscape color palette PNG image

Download lilly's dreamscape color palette PNG image (landscape)
Download lilly's dreamscape color palette PNG image (square)

Lilly's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #e4cff2;
}
.color-2 {
color: #c3acd7;
}
.color-3 {
color: #f5c7e7;
}
.color-4 {
color: #f7eaca;
}
.color-5 {
color: #faa8aa;
}

/* CSS Variables */
:root {
--color-1: #e4cff2;
--color-2: #c3acd7;
--color-3: #f5c7e7;
--color-4: #f7eaca;
--color-5: #faa8aa;
}

Lilly's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4cff2, #c3acd7, #f5c7e7, #f7eaca, #faa8aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4cff2, #c3acd7, #f5c7e7, #f7eaca, #faa8aa);
}

Lilly's Dreamscape color palette created on .