Hermit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hermit palette

Share this palette to:

Hermit color palette PNG image

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

Hermit color palette CSS

/* CSS */
.color-1 {
color: #4a3c30;
}
.color-2 {
color: #8a7a6a;
}
.color-3 {
color: #d2b59d;
}
.color-4 {
color: #e4d0af;
}
.color-5 {
color: #f5e0a3;
}

/* CSS Variables */
:root {
--color-1: #4a3c30;
--color-2: #8a7a6a;
--color-3: #d2b59d;
--color-4: #e4d0af;
--color-5: #f5e0a3;
}

Hermit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c30, #8a7a6a, #d2b59d, #e4d0af, #f5e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c30, #8a7a6a, #d2b59d, #e4d0af, #f5e0a3);
}

Hermit color palette created on .