Death Metal Unicorn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Death Metal Unicorn palette

Share this palette to:

Death Metal Unicorn color palette PNG image

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

Death Metal Unicorn color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #4a1e4d;
}
.color-3 {
color: #7a3d7f;
}
.color-4 {
color: #9f5b9a;
}
.color-5 {
color: #f3a5d5;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #4a1e4d;
--color-3: #7a3d7f;
--color-4: #9f5b9a;
--color-5: #f3a5d5;
}

Death Metal Unicorn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #4a1e4d, #7a3d7f, #9f5b9a, #f3a5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #4a1e4d, #7a3d7f, #9f5b9a, #f3a5d5);
}

Death Metal Unicorn color palette created on .