Paleta de colores Metal Headache

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Metal Headache palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Metal Headache

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

CSS de la paleta de colores Metal Headache

/* 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;
}

CSS del degradado de fondo Metal Headache

/* 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 .