Death Color Palette

Discover the beautiful Death color palette featuring bright gray (#3c3f4e), mid gray (#5a5d6c), waterloo (#7b7e8e), santas gray (#a1a4b5) and flamingo (#f64c3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Red, Dark, Deep, Dark Autumn, Modern, Metal, Deep Winter 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: #3c3f4e;
}
.color-2 {
color: #5a5d6c;
}
.color-3 {
color: #7b7e8e;
}
.color-4 {
color: #a1a4b5;
}
.color-5 {
color: #f64c3c;
}

/* CSS Variables */
:root {
--color-1: #3c3f4e;
--color-2: #5a5d6c;
--color-3: #7b7e8e;
--color-4: #a1a4b5;
--color-5: #f64c3c;
}

🌈 Death background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3f4e, #5a5d6c, #7b7e8e, #a1a4b5, #f64c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3f4e, #5a5d6c, #7b7e8e, #a1a4b5, #f64c3c);
}

Death color palette created on .