Groovy Garden Color Palette
Discover the beautiful Groovy Garden color palette featuring woodland (#335e22), hippie green (#4d8952), chelsea cucumber (#9ba352), luxor gold (#aa7c2c) and reno sand (#a85715).
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 Groovy Garden palette
💻 Groovy Garden color palette CSS
/* CSS */
.color-1 {
color: #335e22;
}
.color-2 {
color: #4d8952;
}
.color-3 {
color: #9ba352;
}
.color-4 {
color: #aa7c2c;
}
.color-5 {
color: #a85715;
}
/* CSS Variables */
:root {
--color-1: #335e22;
--color-2: #4d8952;
--color-3: #9ba352;
--color-4: #aa7c2c;
--color-5: #a85715;
}
🌈 Groovy Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #335e22, #4d8952, #9ba352, #aa7c2c, #a85715);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #335e22, #4d8952, #9ba352, #aa7c2c, #a85715);
}
🔗 Explore similar color palettes
Groovy Garden color palette created on .