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 withAmber, Autumn, Crimson, Dark, Earthy, Gold, Muted, 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 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 .