Husk Color Palette
Discover the beautiful Husk color palette featuring calico (#e2c298), tan (#d6b58a), laser (#caa36d), driftwood (#b07b4f) and ironstone (#794a39).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Husk palette
๐ป 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);
} ๐ Explore similar color palettes
Husk color palette created on .