Husk Color Palette
Discover the beautiful Husk color palette featuring mojo (#c74b3d), di serria (#d8995a), marzipan (#f7e0a1), norway (#a2bea2) and smalt blue (#5b808b).
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: #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);
 } 🔗 Explore similar color palettes
Husk color palette created on .