Hunter Color Palette
Discover the beautiful Hunter color palette featuring tom thumb (#3c4f30), axolotl (#4e6f4d), highland (#7a9b6f), norway (#a7c0a5) and surf crest (#d2e4d5).
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 Hunter palette
💻 Hunter color palette CSS
/* CSS */
.color-1 {
color: #3c4f30;
}
.color-2 {
color: #4e6f4d;
}
.color-3 {
color: #7a9b6f;
}
.color-4 {
color: #a7c0a5;
}
.color-5 {
color: #d2e4d5;
}
/* CSS Variables */
:root {
--color-1: #3c4f30;
--color-2: #4e6f4d;
--color-3: #7a9b6f;
--color-4: #a7c0a5;
--color-5: #d2e4d5;
} 🌈 Hunter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c4f30, #4e6f4d, #7a9b6f, #a7c0a5, #d2e4d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c4f30, #4e6f4d, #7a9b6f, #a7c0a5, #d2e4d5);
} 🔗 Explore similar color palettes
Hunter color palette created on .