Goblin Grove Color Palette
Discover the beautiful Goblin Grove color palette featuring everglade (#245132), goblin (#377643), fruit salad (#509566), aqua forest (#629d67) and bay leaf (#75a985).
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 Goblin Grove palette
💻 Goblin Grove color palette CSS
/* CSS */
.color-1 {
color: #245132;
}
.color-2 {
color: #377643;
}
.color-3 {
color: #509566;
}
.color-4 {
color: #629d67;
}
.color-5 {
color: #75a985;
}
/* CSS Variables */
:root {
--color-1: #245132;
--color-2: #377643;
--color-3: #509566;
--color-4: #629d67;
--color-5: #75a985;
}
🌈 Goblin Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #245132, #377643, #509566, #629d67, #75a985);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #245132, #377643, #509566, #629d67, #75a985);
}
🔗 Explore similar color palettes
Goblin Grove color palette created on .