Demon Color Palette
Discover the beautiful Demon color palette featuring well read (#a42d3d), fuzzy wuzzy brown (#c75c5c), petite orchid (#e3a1a1), mandys pink (#f6c1c1) and wisp pink (#fce9e9).
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: #a42d3d;
}
.color-2 {
color: #c75c5c;
}
.color-3 {
color: #e3a1a1;
}
.color-4 {
color: #f6c1c1;
}
.color-5 {
color: #fce9e9;
}
/* CSS Variables */
:root {
--color-1: #a42d3d;
--color-2: #c75c5c;
--color-3: #e3a1a1;
--color-4: #f6c1c1;
--color-5: #fce9e9;
} 🌈 Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a42d3d, #c75c5c, #e3a1a1, #f6c1c1, #fce9e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a42d3d, #c75c5c, #e3a1a1, #f6c1c1, #fce9e9);
} 🔗 Explore similar color palettes
Demon color palette created on .