The Grinch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Grinch palette
Color Inspiration
Images that showcase this color palette in real designs
Download The Grinch Color Palette (PNG)
The Grinch color palette CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #a9d65c;
}
.color-3 {
color: #ffe5a3;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #c92c3c;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #a9d65c;
--color-3: #ffe5a3;
--color-4: #ff6e61;
--color-5: #c92c3c;
}
The Grinch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #a9d65c, #ffe5a3, #ff6e61, #c92c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #a9d65c, #ffe5a3, #ff6e61, #c92c3c);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
The Grinch color palette created on .