Monster Huntress Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Monster Huntress palette
Monster Huntress color palette PNG image
Monster Huntress color palette CSS
/* CSS */
.color-1 {
color: #5f2555;
}
.color-2 {
color: #cf4450;
}
.color-3 {
color: #dea73f;
}
.color-4 {
color: #778227;
}
.color-5 {
color: #373338;
}
/* CSS Variables */
:root {
--color-1: #5f2555;
--color-2: #cf4450;
--color-3: #dea73f;
--color-4: #778227;
--color-5: #373338;
}
Monster Huntress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2555, #cf4450, #dea73f, #778227, #373338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2555, #cf4450, #dea73f, #778227, #373338);
}
Similar color palettes
Monster Huntress color palette created on .