Lira's Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lira's Serenade palette

Share this palette to:

Lira's Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f1e58e;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #3a9c8f;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1e58e;
--color-3: #a3d55d;
--color-4: #6ccb79;
--color-5: #3a9c8f;
}

Lira's Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1e58e, #a3d55d, #6ccb79, #3a9c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1e58e, #a3d55d, #6ccb79, #3a9c8f);
}

Lira's Serenade color palette created on .