Pink Athena Color Palette
Discover the beautiful Pink Athena color palette featuring chantilly (#f4b4e3), azalea (#f8c4c5), givry (#f7e1b6), chalky (#f1e39d) and cashmere (#e8b59c).
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 Pink Athena palette
💻 Pink Athena color palette CSS
/* CSS */
.color-1 {
color: #f4b4e3;
}
.color-2 {
color: #f8c4c5;
}
.color-3 {
color: #f7e1b6;
}
.color-4 {
color: #f1e39d;
}
.color-5 {
color: #e8b59c;
}
/* CSS Variables */
:root {
--color-1: #f4b4e3;
--color-2: #f8c4c5;
--color-3: #f7e1b6;
--color-4: #f1e39d;
--color-5: #e8b59c;
} 🌈 Pink Athena background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b4e3, #f8c4c5, #f7e1b6, #f1e39d, #e8b59c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b4e3, #f8c4c5, #f7e1b6, #f1e39d, #e8b59c);
} 🔗 Explore similar color palettes
Pink Athena color palette created on .