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: #d3d4df;
}
.color-2 {
color: #a9b7d6;
}
.color-3 {
color: #7a9cbd;
}
.color-4 {
color: #4c98c8;
}
.color-5 {
color: #2e80b2;
}

/* CSS Variables */
:root {
--color-1: #d3d4df;
--color-2: #a9b7d6;
--color-3: #7a9cbd;
--color-4: #4c98c8;
--color-5: #2e80b2;
}

Lunar Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d4df, #a9b7d6, #7a9cbd, #4c98c8, #2e80b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d4df, #a9b7d6, #7a9cbd, #4c98c8, #2e80b2);
}

Lunar Serenade color palette created on .