Agatha Color Palette
Discover the beautiful Agatha color palette featuring melanie (#e5b8d2), shocking (#d98cba), hopbush (#c96eae), fuchsia pink (#b86fb7) and affair (#8b4d93).
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 Agatha palette
💻 Agatha color palette CSS
/* CSS */
.color-1 {
color: #e5b8d2;
}
.color-2 {
color: #d98cba;
}
.color-3 {
color: #c96eae;
}
.color-4 {
color: #b86fb7;
}
.color-5 {
color: #8b4d93;
}
/* CSS Variables */
:root {
--color-1: #e5b8d2;
--color-2: #d98cba;
--color-3: #c96eae;
--color-4: #b86fb7;
--color-5: #8b4d93;
} 🌈 Agatha background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8d2, #d98cba, #c96eae, #b86fb7, #8b4d93);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8d2, #d98cba, #c96eae, #b86fb7, #8b4d93);
} 🔗 Explore similar color palettes
Agatha color palette created on .