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: #2b4d8c;
}
.color-2 {
color: #4e8ebc;
}
.color-3 {
color: #7eb2d7;
}
.color-4 {
color: #9fd3df;
}
.color-5 {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--color-1: #2b4d8c;
--color-2: #4e8ebc;
--color-3: #7eb2d7;
--color-4: #9fd3df;
--color-5: #f1e1a7;
}
Blue Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4d8c, #4e8ebc, #7eb2d7, #9fd3df, #f1e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4d8c, #4e8ebc, #7eb2d7, #9fd3df, #f1e1a7);
}
Similar color palettes
Blue Moon color palette created on .