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: #1c1f3f;
}
.color-2 {
color: #3d4b8f;
}
.color-3 {
color: #5c74b7;
}
.color-4 {
color: #95a2d6;
}
.color-5 {
color: #c3d4e9;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #3d4b8f;
--color-3: #5c74b7;
--color-4: #95a2d6;
--color-5: #c3d4e9;
}

Lunar Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #3d4b8f, #5c74b7, #95a2d6, #c3d4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #3d4b8f, #5c74b7, #95a2d6, #c3d4e9);
}

Lunar Serenade color palette created on .