The Grinch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Grinch palette
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
- Elysian Sunset
- Serenity by the Shore
- Blue Future
- Moss Green Serenity
- Dusty Blue and Sage Green
- Shades of Green
- Shades of Green and Blue
- Shades of Green and Blue
- Deep Green Serenity
- Emerald Awakening
- Sunset Serenade
- Whimsical Blossom
- Bright Yellow Green
- Bright Yellow Green
- Core Harmony
- Lemon Lime Burst
- Warm Jinu
- Shades of Green
The Grinch color palette created on .