Blue Zodiac Color Palette
Discover the beautiful Blue Zodiac color palette featuring blue zodiac (#13274e), blumine (#1c4b78), calypso (#3b7a9b), glacier (#6dc0bf) and morning glory (#a5e3e1).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blue Zodiac palette
💻 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);
} 🔗 Explore similar color palettes
Blue Zodiac color palette created on .