Blue Moonlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Moonlight palette
Blue Moonlight color palette CSS
/* CSS */
.color-1 {
color: #f1e5ff;
}
.color-2 {
color: #b6c8e2;
}
.color-3 {
color: #92a6c8;
}
.color-4 {
color: #5e7ea1;
}
.color-5 {
color: #2c4a77;
}
/* CSS Variables */
:root {
--color-1: #f1e5ff;
--color-2: #b6c8e2;
--color-3: #92a6c8;
--color-4: #5e7ea1;
--color-5: #2c4a77;
}
Blue Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5ff, #b6c8e2, #92a6c8, #5e7ea1, #2c4a77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5ff, #b6c8e2, #92a6c8, #5e7ea1, #2c4a77);
}
Similar color palettes
Blue Moonlight color palette created on .