Athena Color Palette
Discover the beautiful Athena color palette featuring blue bell (#9894ce), moody blue (#7380ce), danube (#5f7ed4), royal blue (#406fd5) and fun blue (#1f61b1).
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 Athena palette
💻 Athena color palette CSS
/* CSS */
.color-1 {
color: #9894ce;
}
.color-2 {
color: #7380ce;
}
.color-3 {
color: #5f7ed4;
}
.color-4 {
color: #406fd5;
}
.color-5 {
color: #1f61b1;
}
/* CSS Variables */
:root {
--color-1: #9894ce;
--color-2: #7380ce;
--color-3: #5f7ed4;
--color-4: #406fd5;
--color-5: #1f61b1;
} 🌈 Athena background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9894ce, #7380ce, #5f7ed4, #406fd5, #1f61b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9894ce, #7380ce, #5f7ed4, #406fd5, #1f61b1);
} 🔗 Explore similar color palettes
Athena color palette created on .