Hooves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hooves palette

Share this palette to:

Hooves color palette PNG image

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

Hooves color palette CSS

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

Hooves background gradient CSS

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