Paleta de colores The Wolverine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Wolverine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores The Wolverine

Download the wolverine color palette PNG image (landscape)
Download the wolverine color palette PNG image (square)

CSS de la paleta de colores The Wolverine

/* CSS */
.color-1 {
color: #593a3a;
}
.color-2 {
color: #733f47;
}
.color-3 {
color: #9d7148;
}
.color-4 {
color: #bc8d57;
}
.color-5 {
color: #d0ab39;
}

/* CSS Variables */
:root {
--color-1: #593a3a;
--color-2: #733f47;
--color-3: #9d7148;
--color-4: #bc8d57;
--color-5: #d0ab39;
}

CSS del degradado de fondo The Wolverine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593a3a, #733f47, #9d7148, #bc8d57, #d0ab39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593a3a, #733f47, #9d7148, #bc8d57, #d0ab39);
}

The Wolverine color palette created on .