Athena Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Athena palette

Share this palette to:

Athena color palette PNG image

Download athena color palette PNG image (landscape)
Download athena color palette PNG image (square)

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 .