Husky Color Palette
Discover the beautiful Husky color palette featuring cadet blue (#a8b3c2), gumbo (#7b9aa7), wedgewood (#4c7b9a), san juan (#2b4b5a) and tower gray (#a4b6b7).
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 Husky palette
💻 Husky color palette CSS
/* CSS */
.color-1 {
color: #a8b3c2;
}
.color-2 {
color: #7b9aa7;
}
.color-3 {
color: #4c7b9a;
}
.color-4 {
color: #2b4b5a;
}
.color-5 {
color: #a4b6b7;
}
/* CSS Variables */
:root {
--color-1: #a8b3c2;
--color-2: #7b9aa7;
--color-3: #4c7b9a;
--color-4: #2b4b5a;
--color-5: #a4b6b7;
} 🌈 Husky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3c2, #7b9aa7, #4c7b9a, #2b4b5a, #a4b6b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3c2, #7b9aa7, #4c7b9a, #2b4b5a, #a4b6b7);
} 🔗 Explore similar color palettes
Husky color palette created on .