Corpse Color Palette

Discover the beautiful Corpse color palette featuring cosmic (#7c3c4f), cadillac (#b55a67), eunry (#d3a6a1), stark white (#ddd5b1) and sandwisp (#f5e0a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Muted, Red, Pink, Cream, Yellow, Brown, Autumn, 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 Corpse palette

Share this palette to:

💻 Corpse color palette CSS

/* CSS */
.color-1 {
color: #7c3c4f;
}
.color-2 {
color: #b55a67;
}
.color-3 {
color: #d3a6a1;
}
.color-4 {
color: #ddd5b1;
}
.color-5 {
color: #f5e0a3;
}

/* CSS Variables */
:root {
--color-1: #7c3c4f;
--color-2: #b55a67;
--color-3: #d3a6a1;
--color-4: #ddd5b1;
--color-5: #f5e0a3;
}

🌈 Corpse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c4f, #b55a67, #d3a6a1, #ddd5b1, #f5e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c4f, #b55a67, #d3a6a1, #ddd5b1, #f5e0a3);
}

Corpse color palette created on .