Demon Color Palette

Discover the beautiful Demon color palette featuring bright red (#a30000), heath (#5b1010), burnt umber (#8a2424), medium carmine (#b93c3c) and sunglo (#e86d6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Dark, Deep, Crimson, Fire, Moon, Night Sky, Autumn, Vibrant, Modern color palettes and combinations.

💡 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

Share this palette to:

💻 Demon color palette CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #5b1010;
}
.color-3 {
color: #8a2424;
}
.color-4 {
color: #b93c3c;
}
.color-5 {
color: #e86d6d;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #5b1010;
--color-3: #8a2424;
--color-4: #b93c3c;
--color-5: #e86d6d;
}

🌈 Demon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #5b1010, #8a2424, #b93c3c, #e86d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #5b1010, #8a2424, #b93c3c, #e86d6d);
}

Demon color palette created on .