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: #c74b3d;
}
.color-2 {
color: #d8995a;
}
.color-3 {
color: #f7e0a1;
}
.color-4 {
color: #a2bea2;
}
.color-5 {
color: #5b808b;
}

/* CSS Variables */
:root {
--color-1: #c74b3d;
--color-2: #d8995a;
--color-3: #f7e0a1;
--color-4: #a2bea2;
--color-5: #5b808b;
}

Husk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c74b3d, #d8995a, #f7e0a1, #a2bea2, #5b808b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c74b3d, #d8995a, #f7e0a1, #a2bea2, #5b808b);
}

Husk color palette created on .