Blue Zodiac Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Zodiac palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Zodiac Color Palette (PNG)
Blue Zodiac color palette CSS
/* CSS */
.color-1 {
color: #13274e;
}
.color-2 {
color: #1c4b78;
}
.color-3 {
color: #3b7a9b;
}
.color-4 {
color: #6dc0bf;
}
.color-5 {
color: #a5e3e1;
}
/* CSS Variables */
:root {
--color-1: #13274e;
--color-2: #1c4b78;
--color-3: #3b7a9b;
--color-4: #6dc0bf;
--color-5: #a5e3e1;
}
Blue Zodiac background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #13274e, #1c4b78, #3b7a9b, #6dc0bf, #a5e3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #13274e, #1c4b78, #3b7a9b, #6dc0bf, #a5e3e1);
}
Similar color palettes
Blue Zodiac color palette created on .