The Devil Color Palette
Discover the beautiful The Devil color palette featuring cinnabar (#e84548), valencia (#d93836), tall poppy (#b32929), mexican red (#9d2527) and old brick (#882320).
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 The Devil palette
💻 The Devil color palette CSS
/* CSS */
.color-1 {
color: #e84548;
}
.color-2 {
color: #d93836;
}
.color-3 {
color: #b32929;
}
.color-4 {
color: #9d2527;
}
.color-5 {
color: #882320;
}
/* CSS Variables */
:root {
--color-1: #e84548;
--color-2: #d93836;
--color-3: #b32929;
--color-4: #9d2527;
--color-5: #882320;
} 🌈 The Devil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e84548, #d93836, #b32929, #9d2527, #882320);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e84548, #d93836, #b32929, #9d2527, #882320);
} 🔗 Explore similar color palettes
The Devil color palette created on .