The Mothman Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Mothman palette
Download The Mothman Color Palette (PNG)
The Mothman color palette CSS
/* CSS */
.color-1 {
color: #492c49;
}
.color-2 {
color: #8c4f8c;
}
.color-3 {
color: #b68bb6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e56b1f;
}
/* CSS Variables */
:root {
--color-1: #492c49;
--color-2: #8c4f8c;
--color-3: #b68bb6;
--color-4: #f1c84b;
--color-5: #e56b1f;
}
The Mothman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c49, #8c4f8c, #b68bb6, #f1c84b, #e56b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c49, #8c4f8c, #b68bb6, #f1c84b, #e56b1f);
}
Similar color palettes
Scroll down to explore 1000+ colors.mothman color palettes
The Mothman color palette created on .