Lunar Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Serenity palette
Lunar Serenity color palette CSS
/* CSS */
.color-1 {
color: #1f3c5b;
}
.color-2 {
color: #4a688c;
}
.color-3 {
color: #7b9db2;
}
.color-4 {
color: #a6c9d9;
}
.color-5 {
color: #e2f5f8;
}
/* CSS Variables */
:root {
--color-1: #1f3c5b;
--color-2: #4a688c;
--color-3: #7b9db2;
--color-4: #a6c9d9;
--color-5: #e2f5f8;
}
Lunar Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c5b, #4a688c, #7b9db2, #a6c9d9, #e2f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c5b, #4a688c, #7b9db2, #a6c9d9, #e2f5f8);
}
Similar color palettes
Lunar Serenity color palette created on .