Death Color Palette

Discover the beautiful Death color palette featuring congo brown (#683b3b), matrix (#a84d4d), new york pink (#e07b7b), sandy brown (#f2b463) and ronchi (#f1c84b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Crimson, Vibrant, Autumn, Earthy, Deep, Fall, Orange 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: #683b3b;
}
.color-2 {
color: #a84d4d;
}
.color-3 {
color: #e07b7b;
}
.color-4 {
color: #f2b463;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #683b3b;
--color-2: #a84d4d;
--color-3: #e07b7b;
--color-4: #f2b463;
--color-5: #f1c84b;
}

🌈 Death background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #683b3b, #a84d4d, #e07b7b, #f2b463, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #683b3b, #a84d4d, #e07b7b, #f2b463, #f1c84b);
}

Death color palette created on .