Lily Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lily Whisper palette

Share this palette to:

Lily Whisper color palette CSS

/* CSS */
.color-1 {
color: #f2a6c1;
}
.color-2 {
color: #f4e4b3;
}
.color-3 {
color: #c4d5a4;
}
.color-4 {
color: #8ec7b2;
}
.color-5 {
color: #6c9ccb;
}

/* CSS Variables */
:root {
--color-1: #f2a6c1;
--color-2: #f4e4b3;
--color-3: #c4d5a4;
--color-4: #8ec7b2;
--color-5: #6c9ccb;
}

Lily Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c1, #f4e4b3, #c4d5a4, #8ec7b2, #6c9ccb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c1, #f4e4b3, #c4d5a4, #8ec7b2, #6c9ccb);
}

Lily Whisper color palette created on .