The Grinch Color Palette
Discover the beautiful The Grinch color palette featuring olive drab (#6b8f24), conifer (#a9d65c), cream brulee (#ffe5a3), bittersweet (#ff6e61) and brick red (#c92c3c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
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);
}
🔗 Explore similar color palettes
The Grinch color palette created on .