Blue Zodiac Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Zodiac palette
Blue Zodiac color palette CSS
/* CSS */
.color-1 {
color: #1e3c6b;
}
.color-2 {
color: #4f6b92;
}
.color-3 {
color: #819ab6;
}
.color-4 {
color: #a1c4e2;
}
.color-5 {
color: #cfe6f7;
}
/* CSS Variables */
:root {
--color-1: #1e3c6b;
--color-2: #4f6b92;
--color-3: #819ab6;
--color-4: #a1c4e2;
--color-5: #cfe6f7;
}
Blue Zodiac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c6b, #4f6b92, #819ab6, #a1c4e2, #cfe6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c6b, #4f6b92, #819ab6, #a1c4e2, #cfe6f7);
}
Similar color palettes
Blue Zodiac color palette created on .