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: #f1f5f8;
}
.color-2 {
color: #b0c4de;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #5087f7;
}
.color-5 {
color: #2a74b2;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #b0c4de;
--color-3: #a6c6ed;
--color-4: #5087f7;
--color-5: #2a74b2;
}

Lunar Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #b0c4de, #a6c6ed, #5087f7, #2a74b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #b0c4de, #a6c6ed, #5087f7, #2a74b2);
}

Lunar Serenade color palette created on .