Athena Color Palette

Discover the beautiful Athena color palette featuring blue bell (#9793cd), moody blue (#7381ce), danube (#5e7dd4), royal blue (#3f6ed5) and fun blue (#1f61b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Indigo, Soft, Cool, Modern, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 Athena color palette CSS

/* CSS */
.color-1 {
color: #9793cd;
}
.color-2 {
color: #7381ce;
}
.color-3 {
color: #5e7dd4;
}
.color-4 {
color: #3f6ed5;
}
.color-5 {
color: #1f61b2;
}

/* CSS Variables */
:root {
--color-1: #9793cd;
--color-2: #7381ce;
--color-3: #5e7dd4;
--color-4: #3f6ed5;
--color-5: #1f61b2;
}

🌈 Athena background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9793cd, #7381ce, #5e7dd4, #3f6ed5, #1f61b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9793cd, #7381ce, #5e7dd4, #3f6ed5, #1f61b2);
}

Athena color palette created on .