Demon Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Demon Cat palette

Share this palette to:

Demon Cat color palette PNG image

Download demon cat color palette PNG image (landscape)
Download demon cat color palette PNG image (square)

Demon Cat color palette CSS

/* CSS */
.color-1 {
color: #3d1a1a;
}
.color-2 {
color: #5c2d2d;
}
.color-3 {
color: #783f3f;
}
.color-4 {
color: #b25757;
}
.color-5 {
color: #d56c6c;
}

/* CSS Variables */
:root {
--color-1: #3d1a1a;
--color-2: #5c2d2d;
--color-3: #783f3f;
--color-4: #b25757;
--color-5: #d56c6c;
}

Demon Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a1a, #5c2d2d, #783f3f, #b25757, #d56c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a1a, #5c2d2d, #783f3f, #b25757, #d56c6c);
}

Demon Cat color palette created on .