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