Goddess Athena Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Goddess Athena palette
Download Goddess Athena Color Palette (PNG)
Goddess Athena color palette CSS
/* CSS */
.color-1 {
color: #d1c2a3;
}
.color-2 {
color: #b68d6d;
}
.color-3 {
color: #9f5a3c;
}
.color-4 {
color: #7b3d3d;
}
.color-5 {
color: #4e2c2c;
}
/* CSS Variables */
:root {
--color-1: #d1c2a3;
--color-2: #b68d6d;
--color-3: #9f5a3c;
--color-4: #7b3d3d;
--color-5: #4e2c2c;
}
Goddess Athena background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c2a3, #b68d6d, #9f5a3c, #7b3d3d, #4e2c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c2a3, #b68d6d, #9f5a3c, #7b3d3d, #4e2c2c);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Goddess Athena color palette created on .