Husk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Husk palette
Husk color palette PNG image
Husk color palette CSS
/* CSS */
.color-1 {
color: #d7c3b2;
}
.color-2 {
color: #b8956f;
}
.color-3 {
color: #8d5c3a;
}
.color-4 {
color: #5e3a22;
}
.color-5 {
color: #3b1d12;
}
/* CSS Variables */
:root {
--color-1: #d7c3b2;
--color-2: #b8956f;
--color-3: #8d5c3a;
--color-4: #5e3a22;
--color-5: #3b1d12;
}
Husk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c3b2, #b8956f, #8d5c3a, #5e3a22, #3b1d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c3b2, #b8956f, #8d5c3a, #5e3a22, #3b1d12);
}
Similar color palettes
Husk color palette created on .