Blue Hades Color Palette
Discover the beautiful Blue Hades color palette featuring deep cove (#08074b), arapawa (#0d1163), torea bay (#17299b), cerulean blue (#2245a5) and costa del sol (#686836).
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 Hades palette
💻 Blue Hades color palette CSS
/* CSS */
.color-1 {
color: #08074b;
}
.color-2 {
color: #0d1163;
}
.color-3 {
color: #17299b;
}
.color-4 {
color: #2245a5;
}
.color-5 {
color: #686836;
}
/* CSS Variables */
:root {
--color-1: #08074b;
--color-2: #0d1163;
--color-3: #17299b;
--color-4: #2245a5;
--color-5: #686836;
} 🌈 Blue Hades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08074b, #0d1163, #17299b, #2245a5, #686836);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08074b, #0d1163, #17299b, #2245a5, #686836);
} 🔗 Explore similar color palettes
Blue Hades color palette created on .