Death Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Death palette

Share this palette to:

Download Death Color Palette (PNG)

Download death color palette PNG image (landscape)
Download death color palette PNG image (square)

Death color palette CSS

/* CSS */
.color-1 {
color: #3a2733;
}
.color-2 {
color: #724b69;
}
.color-3 {
color: #9e7089;
}
.color-4 {
color: #d99ba2;
}
.color-5 {
color: #c94f58;
}

/* CSS Variables */
:root {
--color-1: #3a2733;
--color-2: #724b69;
--color-3: #9e7089;
--color-4: #d99ba2;
--color-5: #c94f58;
}

Death background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2733, #724b69, #9e7089, #d99ba2, #c94f58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2733, #724b69, #9e7089, #d99ba2, #c94f58);
}

Death color palette created on .