Death Color Palette

Discover the beautiful Death color palette featuring cocoa bean (#4a1c2a), stiletto (#8d2a3e), fuzzy wuzzy brown (#c24c50), rajah (#f8a668) and white rock (#f0ebe0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Crimson, Red, Gold, Earthy, Vintage, Amber, Autumn, Muted 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 Death palette

Share this palette to:

💻 Death color palette CSS

/* CSS */
.color-1 {
color: #4a1c2a;
}
.color-2 {
color: #8d2a3e;
}
.color-3 {
color: #c24c50;
}
.color-4 {
color: #f8a668;
}
.color-5 {
color: #f0ebe0;
}

/* CSS Variables */
:root {
--color-1: #4a1c2a;
--color-2: #8d2a3e;
--color-3: #c24c50;
--color-4: #f8a668;
--color-5: #f0ebe0;
}

🌈 Death background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2a, #8d2a3e, #c24c50, #f8a668, #f0ebe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2a, #8d2a3e, #c24c50, #f8a668, #f0ebe0);
}

Death color palette created on .