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: #d3e1e9;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #78b4d9;
}
.color-4 {
color: #4c9ac8;
}
.color-5 {
color: #1f7fb7;
}
/* CSS Variables */
:root {
--color-1: #d3e1e9;
--color-2: #a3c7e0;
--color-3: #78b4d9;
--color-4: #4c9ac8;
--color-5: #1f7fb7;
}
Lunar Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e1e9, #a3c7e0, #78b4d9, #4c9ac8, #1f7fb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e1e9, #a3c7e0, #78b4d9, #4c9ac8, #1f7fb7);
}
Similar color palettes
Lunar Serenade color palette created on .