Lily's Sweet Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lily's Sweet Serenade palette

Share this palette to:

Lily's Sweet Serenade color palette CSS

/* CSS */
.color-1 {
color: #2c6f9b;
}
.color-2 {
color: #60a8c3;
}
.color-3 {
color: #9ed0e6;
}
.color-4 {
color: #f7c34b;
}
.color-5 {
color: #d86f46;
}

/* CSS Variables */
:root {
--color-1: #2c6f9b;
--color-2: #60a8c3;
--color-3: #9ed0e6;
--color-4: #f7c34b;
--color-5: #d86f46;
}

Lily's Sweet Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c6f9b, #60a8c3, #9ed0e6, #f7c34b, #d86f46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c6f9b, #60a8c3, #9ed0e6, #f7c34b, #d86f46);
}

Lily's Sweet Serenade color palette created on .