Lunar Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Serenade palette
Lunar Serenade color palette CSS
/* CSS */
.color-1 {
color: #2a3e8d;
}
.color-2 {
color: #4a6fb0;
}
.color-3 {
color: #6ea1d4;
}
.color-4 {
color: #92c1e8;
}
.color-5 {
color: #b1dff2;
}
/* CSS Variables */
:root {
--color-1: #2a3e8d;
--color-2: #4a6fb0;
--color-3: #6ea1d4;
--color-4: #92c1e8;
--color-5: #b1dff2;
}
Lunar Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a3e8d, #4a6fb0, #6ea1d4, #92c1e8, #b1dff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a3e8d, #4a6fb0, #6ea1d4, #92c1e8, #b1dff2);
}
Similar color palettes
Lunar Serenade color palette created on .