Metal Headache Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metal Headache palette

Share this palette to:

Metal Headache color palette PNG image

Download metal headache color palette PNG image (landscape)
Download metal headache color palette PNG image (square)

Metal Headache color palette CSS

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #7b6a7c;
}
.color-3 {
color: #b58c8f;
}
.color-4 {
color: #e4b8b4;
}
.color-5 {
color: #ffcecc;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #7b6a7c;
--color-3: #b58c8f;
--color-4: #e4b8b4;
--color-5: #ffcecc;
}

Metal Headache background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #7b6a7c, #b58c8f, #e4b8b4, #ffcecc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #7b6a7c, #b58c8f, #e4b8b4, #ffcecc);
}

Metal Headache color palette created on .