Monster Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Monster palette
Color Inspiration
Images that showcase this color palette in real designs
Download Monster Color Palette (PNG)
Monster color palette CSS
/* CSS */
.color-1 {
color: #5c3f9d;
}
.color-2 {
color: #a35c9a;
}
.color-3 {
color: #d89c6e;
}
.color-4 {
color: #e9ca4e;
}
.color-5 {
color: #c94e3b;
}
/* CSS Variables */
:root {
--color-1: #5c3f9d;
--color-2: #a35c9a;
--color-3: #d89c6e;
--color-4: #e9ca4e;
--color-5: #c94e3b;
}
Monster background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f9d, #a35c9a, #d89c6e, #e9ca4e, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f9d, #a35c9a, #d89c6e, #e9ca4e, #c94e3b);
}
Similar color palettes
Monster color palette created on .