Demon Color Palette
Discover the beautiful Demon color palette featuring well read (#a82e2e), chestnut rose (#d44e4e), sunglo (#e47272), mandys pink (#f5b7b7) and we peep (#f9e6e6).
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 Demon palette
💻 Demon color palette CSS
/* CSS */
.color-1 {
color: #a82e2e;
}
.color-2 {
color: #d44e4e;
}
.color-3 {
color: #e47272;
}
.color-4 {
color: #f5b7b7;
}
.color-5 {
color: #f9e6e6;
}
/* CSS Variables */
:root {
--color-1: #a82e2e;
--color-2: #d44e4e;
--color-3: #e47272;
--color-4: #f5b7b7;
--color-5: #f9e6e6;
} 🌈 Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a82e2e, #d44e4e, #e47272, #f5b7b7, #f9e6e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a82e2e, #d44e4e, #e47272, #f5b7b7, #f9e6e6);
} 🔗 Explore similar color palettes
Demon color palette created on .