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: #cfe4f7;
}
.color-2 {
color: #aac2e9;
}
.color-3 {
color: #7391e2;
}
.color-4 {
color: #4a7cba;
}
.color-5 {
color: #2b5991;
}
/* CSS Variables */
:root {
--color-1: #cfe4f7;
--color-2: #aac2e9;
--color-3: #7391e2;
--color-4: #4a7cba;
--color-5: #2b5991;
}
Blue Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfe4f7, #aac2e9, #7391e2, #4a7cba, #2b5991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfe4f7, #aac2e9, #7391e2, #4a7cba, #2b5991);
}
Similar color palettes
Blue Moonlight color palette created on .