Death Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Death palette
Color Inspiration
Images that showcase this color palette in real designs
Download Death Color Palette (PNG)
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);
}
Similar color palettes
Death color palette created on .