Pink Athena Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Athena palette
Pink Athena color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f3c9a0;
}
.color-3 {
color: #e9a0af;
}
.color-4 {
color: #d68a99;
}
.color-5 {
color: #c76b8a;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f3c9a0;
--color-3: #e9a0af;
--color-4: #d68a99;
--color-5: #c76b8a;
}
Pink Athena background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f3c9a0, #e9a0af, #d68a99, #c76b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f3c9a0, #e9a0af, #d68a99, #c76b8a);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Pink Athena color palette created on .