Deathmood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deathmood palette

Share this palette to:

Deathmood color palette PNG image

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

Deathmood color palette CSS

/* CSS */
.color-1 {
color: #171325;
}
.color-2 {
color: #2e2546;
}
.color-3 {
color: #483d6c;
}
.color-4 {
color: #a13a89;
}
.color-5 {
color: #d5443f;
}

/* CSS Variables */
:root {
--color-1: #171325;
--color-2: #2e2546;
--color-3: #483d6c;
--color-4: #a13a89;
--color-5: #d5443f;
}

Deathmood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #171325, #2e2546, #483d6c, #a13a89, #d5443f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #171325, #2e2546, #483d6c, #a13a89, #d5443f);
}

Deathmood color palette created on .