Shades of Blue Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Moon palette
Shades of Blue Moon color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3a5e8d;
}
.color-3 {
color: #698bba;
}
.color-4 {
color: #a7b5d3;
}
.color-5 {
color: #e2e0f0;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a5e8d;
--color-3: #698bba;
--color-4: #a7b5d3;
--color-5: #e2e0f0;
}
Shades of Blue Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a5e8d, #698bba, #a7b5d3, #e2e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a5e8d, #698bba, #a7b5d3, #e2e0f0);
}
Similar color palettes
Shades of Blue Moon color palette created on .