Paleta de colores Hooves

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hooves palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hooves

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

CSS de la paleta de colores Hooves

/* CSS */
.color-1 {
color: #794c39;
}
.color-2 {
color: #b56c4f;
}
.color-3 {
color: #d3a77e;
}
.color-4 {
color: #f2d59c;
}
.color-5 {
color: #e4b69b;
}

/* CSS Variables */
:root {
--color-1: #794c39;
--color-2: #b56c4f;
--color-3: #d3a77e;
--color-4: #f2d59c;
--color-5: #e4b69b;
}

CSS del degradado de fondo Hooves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c39, #b56c4f, #d3a77e, #f2d59c, #e4b69b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c39, #b56c4f, #d3a77e, #f2d59c, #e4b69b);
}

Hooves color palette created on .