Burning Green Color Palette
Discover the beautiful Burning Green color palette featuring brown rust (#b65c3e), tan hide (#f8a64f), goldenrod (#fddb6d), atlantis (#8ecc3e) and tom thumb (#3f593a).
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 Burning Green palette
💻 Burning Green color palette CSS
/* CSS */
.color-1 {
color: #b65c3e;
}
.color-2 {
color: #f8a64f;
}
.color-3 {
color: #fddb6d;
}
.color-4 {
color: #8ecc3e;
}
.color-5 {
color: #3f593a;
}
/* CSS Variables */
:root {
--color-1: #b65c3e;
--color-2: #f8a64f;
--color-3: #fddb6d;
--color-4: #8ecc3e;
--color-5: #3f593a;
} 🌈 Burning Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65c3e, #f8a64f, #fddb6d, #8ecc3e, #3f593a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65c3e, #f8a64f, #fddb6d, #8ecc3e, #3f593a);
} 🔗 Explore similar color palettes
Burning Green color palette created on .