Witcher's Grove Color Palette
Discover the beautiful Witcher's Grove color palette featuring tom thumb (#4a5c3d), olivine (#9abf69), tacha (#d5c776), whiskey (#d9a56d) and chestnut rose (#c95e4f).
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 Witcher's Grove palette
💻 Witcher's Grove color palette CSS
/* CSS */
.color-1 {
color: #4a5c3d;
}
.color-2 {
color: #9abf69;
}
.color-3 {
color: #d5c776;
}
.color-4 {
color: #d9a56d;
}
.color-5 {
color: #c95e4f;
}
/* CSS Variables */
:root {
--color-1: #4a5c3d;
--color-2: #9abf69;
--color-3: #d5c776;
--color-4: #d9a56d;
--color-5: #c95e4f;
} 🌈 Witcher's Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5c3d, #9abf69, #d5c776, #d9a56d, #c95e4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5c3d, #9abf69, #d5c776, #d9a56d, #c95e4f);
} 🔗 Explore similar color palettes
Witcher's Grove color palette created on .