Blue Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Moon palette
Blue Moon color palette CSS
/* CSS */
.color-1 {
color: #f0dfd1;
}
.color-2 {
color: #b1c4d3;
}
.color-3 {
color: #89a5c2;
}
.color-4 {
color: #5d8eb6;
}
.color-5 {
color: #2a6b8d;
}
/* CSS Variables */
:root {
--color-1: #f0dfd1;
--color-2: #b1c4d3;
--color-3: #89a5c2;
--color-4: #5d8eb6;
--color-5: #2a6b8d;
}
Blue Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0dfd1, #b1c4d3, #89a5c2, #5d8eb6, #2a6b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0dfd1, #b1c4d3, #89a5c2, #5d8eb6, #2a6b8d);
}
Similar color palettes
Blue Moon color palette created on .