Goblin Grove Color Palette

Discover the beautiful Goblin Grove color palette featuring green kelp (#233b28), tom thumb (#335335), axolotl (#486c4e), cactus (#547450) and glade green (#618064).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Earthy, Forest, Green, Modern, Muted, Nature, Summer color palettes and combinations.

💡 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

Share this palette to:

💻 Goblin Grove color palette CSS

/* CSS */
.color-1 {
color: #233b28;
}
.color-2 {
color: #335335;
}
.color-3 {
color: #486c4e;
}
.color-4 {
color: #547450;
}
.color-5 {
color: #618064;
}

/* CSS Variables */
:root {
--color-1: #233b28;
--color-2: #335335;
--color-3: #486c4e;
--color-4: #547450;
--color-5: #618064;
}

🌈 Goblin Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #233b28, #335335, #486c4e, #547450, #618064);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #233b28, #335335, #486c4e, #547450, #618064);
}

Goblin Grove color palette created on .