Slipknot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Slipknot palette

Share this palette to:

Slipknot color palette PNG image

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

Slipknot color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #b52c39;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #292929;
}
.color-5 {
color: #a3a3a3;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #b52c39;
--color-3: #f7c94b;
--color-4: #292929;
--color-5: #a3a3a3;
}

Slipknot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #b52c39, #f7c94b, #292929, #a3a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #b52c39, #f7c94b, #292929, #a3a3a3);
}

Slipknot color palette created on .