Golden Greenery Color Palette
Discover the beautiful Golden Greenery color palette featuring crete (#4a7b2d), celery (#a9c84c), tacha (#d2d85a), rajah (#f9c77b) and tussock (#c99c3b).
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 Golden Greenery palette
💻 Golden Greenery color palette CSS
/* CSS */
.color-1 {
color: #4a7b2d;
}
.color-2 {
color: #a9c84c;
}
.color-3 {
color: #d2d85a;
}
.color-4 {
color: #f9c77b;
}
.color-5 {
color: #c99c3b;
}
/* CSS Variables */
:root {
--color-1: #4a7b2d;
--color-2: #a9c84c;
--color-3: #d2d85a;
--color-4: #f9c77b;
--color-5: #c99c3b;
}
🌈 Golden Greenery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7b2d, #a9c84c, #d2d85a, #f9c77b, #c99c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7b2d, #a9c84c, #d2d85a, #f9c77b, #c99c3b);
}
🔗 Explore similar color palettes
Golden Greenery color palette created on .