Monster Huntress Color Palette
Discover the beautiful Monster Huntress color palette featuring cannon pink (#8c3c73), cannon pink (#9b467c), tussock (#b88743), marigold (#b08927) and mule fawn (#8a4329).
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 Monster Huntress palette
๐ป Monster Huntress color palette CSS
/* CSS */
.color-1 {
color: #8c3c73;
}
.color-2 {
color: #9b467c;
}
.color-3 {
color: #b88743;
}
.color-4 {
color: #b08927;
}
.color-5 {
color: #8a4329;
}
/* CSS Variables */
:root {
--color-1: #8c3c73;
--color-2: #9b467c;
--color-3: #b88743;
--color-4: #b08927;
--color-5: #8a4329;
} ๐ Monster Huntress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3c73, #9b467c, #b88743, #b08927, #8a4329);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3c73, #9b467c, #b88743, #b08927, #8a4329);
} ๐ Explore similar color palettes
Monster Huntress color palette created on .