Nature's Green Color Palette
Discover the beautiful Nature's Green color palette featuring crete (#4b7e30), sushi (#8abe4b), deco (#d4e09e), supernova (#f5c400) and jaffa (#e77d3c).
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 Nature's Green palette
💻 Nature's Green color palette CSS
/* CSS */
.color-1 {
color: #4b7e30;
}
.color-2 {
color: #8abe4b;
}
.color-3 {
color: #d4e09e;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #e77d3c;
}
/* CSS Variables */
:root {
--color-1: #4b7e30;
--color-2: #8abe4b;
--color-3: #d4e09e;
--color-4: #f5c400;
--color-5: #e77d3c;
} 🌈 Nature's Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7e30, #8abe4b, #d4e09e, #f5c400, #e77d3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7e30, #8abe4b, #d4e09e, #f5c400, #e77d3c);
} 🔗 Explore similar color palettes
Nature's Green color palette created on .