Gargoyle Grove Color Palette
Discover the beautiful Gargoyle Grove color palette featuring tom thumb (#4a5d3c), asparagus (#7a9a5b), rainee (#b4c49c), grain brown (#e4d6b9) and gray olive (#a69d8c).
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 Gargoyle Grove palette
💻 Gargoyle Grove color palette CSS
/* CSS */
.color-1 {
color: #4a5d3c;
}
.color-2 {
color: #7a9a5b;
}
.color-3 {
color: #b4c49c;
}
.color-4 {
color: #e4d6b9;
}
.color-5 {
color: #a69d8c;
}
/* CSS Variables */
:root {
--color-1: #4a5d3c;
--color-2: #7a9a5b;
--color-3: #b4c49c;
--color-4: #e4d6b9;
--color-5: #a69d8c;
} 🌈 Gargoyle Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5d3c, #7a9a5b, #b4c49c, #e4d6b9, #a69d8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5d3c, #7a9a5b, #b4c49c, #e4d6b9, #a69d8c);
} 🔗 Explore similar color palettes
Gargoyle Grove color palette created on .