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: #07133b;
}
.color-2 {
color: #0a295c;
}
.color-3 {
color: #134376;
}
.color-4 {
color: #257293;
}
.color-5 {
color: #3789a4;
}
/* CSS Variables */
:root {
--color-1: #07133b;
--color-2: #0a295c;
--color-3: #134376;
--color-4: #257293;
--color-5: #3789a4;
}
Blue Zodiac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #07133b, #0a295c, #134376, #257293, #3789a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #07133b, #0a295c, #134376, #257293, #3789a4);
}
Similar color palettes
Scroll down to explore 3 Dark color palettes
Blue Zodiac color palette created on .