Folly's Death Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Folly's Death palette

Share this palette to:

Folly's Death color palette PNG image

Download folly's death color palette PNG image (landscape)
Download folly's death color palette PNG image (square)

Folly's Death color palette CSS

/* CSS */
.color-1 {
color: #181116;
}
.color-2 {
color: #392836;
}
.color-3 {
color: #5a3f4d;
}
.color-4 {
color: #7d5979;
}
.color-5 {
color: #b13325;
}

/* CSS Variables */
:root {
--color-1: #181116;
--color-2: #392836;
--color-3: #5a3f4d;
--color-4: #7d5979;
--color-5: #b13325;
}

Folly's Death background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #181116, #392836, #5a3f4d, #7d5979, #b13325);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #181116, #392836, #5a3f4d, #7d5979, #b13325);
}

Folly's Death color palette created on .