Demon Color Palette

Discover the beautiful Demon color palette featuring brick red (#c92c3c), old brick (#8c1d22), buccaneer (#5b2929), cape cod (#3c3d3e) and shark (#1e1f20).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Dark, Deep, Black, Burgundy 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: #c92c3c;
}
.color-2 {
color: #8c1d22;
}
.color-3 {
color: #5b2929;
}
.color-4 {
color: #3c3d3e;
}
.color-5 {
color: #1e1f20;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #8c1d22;
--color-3: #5b2929;
--color-4: #3c3d3e;
--color-5: #1e1f20;
}

🌈 Demon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #8c1d22, #5b2929, #3c3d3e, #1e1f20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #8c1d22, #5b2929, #3c3d3e, #1e1f20);
}

Demon color palette created on .