Lunar Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Serenade palette

Share this palette to:

Lunar Serenade color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #a7c7e7;
}
.color-3 {
color: #5e8da1;
}
.color-4 {
color: #3a5b82;
}
.color-5 {
color: #1e2876;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a7c7e7;
--color-3: #5e8da1;
--color-4: #3a5b82;
--color-5: #1e2876;
}

Lunar Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a7c7e7, #5e8da1, #3a5b82, #1e2876);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a7c7e7, #5e8da1, #3a5b82, #1e2876);
}

Lunar Serenade color palette created on .