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: #e2e2f8;
}
.color-2 {
color: #b1c4f1;
}
.color-3 {
color: #86a2d5;
}
.color-4 {
color: #588dbb;
}
.color-5 {
color: #3e6da8;
}

/* CSS Variables */
:root {
--color-1: #e2e2f8;
--color-2: #b1c4f1;
--color-3: #86a2d5;
--color-4: #588dbb;
--color-5: #3e6da8;
}

Lunar Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e2f8, #b1c4f1, #86a2d5, #588dbb, #3e6da8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e2f8, #b1c4f1, #86a2d5, #588dbb, #3e6da8);
}

Lunar Serenade color palette created on .