Husk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Husk palette

Share this palette to:

Husk color palette PNG image

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

Husk color palette CSS

/* CSS */
.color-1 {
color: #e2c298;
}
.color-2 {
color: #d6b58a;
}
.color-3 {
color: #caa36d;
}
.color-4 {
color: #b07b4f;
}
.color-5 {
color: #794a39;
}

/* CSS Variables */
:root {
--color-1: #e2c298;
--color-2: #d6b58a;
--color-3: #caa36d;
--color-4: #b07b4f;
--color-5: #794a39;
}

Husk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c298, #d6b58a, #caa36d, #b07b4f, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c298, #d6b58a, #caa36d, #b07b4f, #794a39);
}

Husk color palette created on .