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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Death color palette created on .