Blue Zeus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Zeus palette
Blue Zeus color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #6a8ea9;
}
.color-3 {
color: #c5d1e2;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #d60032;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #6a8ea9;
--color-3: #c5d1e2;
--color-4: #f5c400;
--color-5: #d60032;
}
Blue Zeus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #6a8ea9, #c5d1e2, #f5c400, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #6a8ea9, #c5d1e2, #f5c400, #d60032);
}
Similar color palettes
Scroll down to explore 700+ Blue color palettes
Blue Zeus color palette created on .