Husk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Husk palette
Color Inspiration
Images that showcase this color palette in real designs
Download Husk Color Palette (PNG)
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);
}
Similar color palettes
Husk color palette created on .