Demon Color Palette

Discover the beautiful Demon color palette featuring tamarind (#190a11), jon (#3b1c24), congo brown (#5b3e3e), russett (#7b5b5b) and bazaar (#9a7e7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Black, Burgundy, Dark, Deep, Maroon, Masculine, Red, Vintage 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: #190a11;
}
.color-2 {
color: #3b1c24;
}
.color-3 {
color: #5b3e3e;
}
.color-4 {
color: #7b5b5b;
}
.color-5 {
color: #9a7e7e;
}

/* CSS Variables */
:root {
--color-1: #190a11;
--color-2: #3b1c24;
--color-3: #5b3e3e;
--color-4: #7b5b5b;
--color-5: #9a7e7e;
}

🌈 Demon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #190a11, #3b1c24, #5b3e3e, #7b5b5b, #9a7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #190a11, #3b1c24, #5b3e3e, #7b5b5b, #9a7e7e);
}

Demon color palette created on .