Athena's Wisdom Color Palette
Discover the beautiful Athena's Wisdom color palette featuring wafer (#ded2c6), foggy gray (#cfcbbc), shadow green (#a3cab7), pancho (#f0d4ae) and tonys pink (#e79587).
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 Athena's Wisdom palette
💻 Athena's Wisdom color palette CSS
/* CSS */
.color-1 {
color: #ded2c6;
}
.color-2 {
color: #cfcbbc;
}
.color-3 {
color: #a3cab7;
}
.color-4 {
color: #f0d4ae;
}
.color-5 {
color: #e79587;
}
/* CSS Variables */
:root {
--color-1: #ded2c6;
--color-2: #cfcbbc;
--color-3: #a3cab7;
--color-4: #f0d4ae;
--color-5: #e79587;
} 🌈 Athena's Wisdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ded2c6, #cfcbbc, #a3cab7, #f0d4ae, #e79587);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ded2c6, #cfcbbc, #a3cab7, #f0d4ae, #e79587);
} 🔗 Explore similar color palettes
Athena's Wisdom color palette created on .