Loading...

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: #380a43;
}
.color-2 {
color: #6c2a92;
}
.color-3 {
color: #9b5ccc;
}
.color-4 {
color: #d1a4e0;
}
.color-5 {
color: #efd2e7;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6c2a92;
--color-3: #9b5ccc;
--color-4: #d1a4e0;
--color-5: #efd2e7;
}

Death background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6c2a92, #9b5ccc, #d1a4e0, #efd2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6c2a92, #9b5ccc, #d1a4e0, #efd2e7);
}

Death color palette created on .