Abaddon Inspired Color Palette
Discover the beautiful Abaddon Inspired color palette featuring amaranth (#e63746), peppermint (#f2faef), buttercup (#f1c40e), gold drop (#f57e00) and pale sky (#6d767e).
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 Abaddon Inspired palette
💻 Abaddon Inspired color palette CSS
/* CSS */
.color-1 {
color: #e63746;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f57e00;
}
.color-5 {
color: #6d767e;
}
/* CSS Variables */
:root {
--color-1: #e63746;
--color-2: #f2faef;
--color-3: #f1c40e;
--color-4: #f57e00;
--color-5: #6d767e;
} 🌈 Abaddon Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e63746, #f2faef, #f1c40e, #f57e00, #6d767e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e63746, #f2faef, #f1c40e, #f57e00, #6d767e);
} 🔗 Explore similar color palettes
Abaddon Inspired color palette created on .