Blue Zero Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Zero palette
Blue Zero color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #4b7e95;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #f7d28d;
}
.color-5 {
color: #ea5f5d;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #4b7e95;
--color-3: #a5c6d5;
--color-4: #f7d28d;
--color-5: #ea5f5d;
}
Blue Zero background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #4b7e95, #a5c6d5, #f7d28d, #ea5f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #4b7e95, #a5c6d5, #f7d28d, #ea5f5d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Zero color palette created on .