Burning Forest Color Palette
Discover the beautiful Burning Forest color palette featuring cedar (#4d1919), lotus (#783a3a), brown rust (#b95b3c), raw sienna (#d67f4c) and maize (#f4caa9).
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 Forest palette
💻 Burning Forest color palette CSS
/* CSS */
.color-1 {
color: #4d1919;
}
.color-2 {
color: #783a3a;
}
.color-3 {
color: #b95b3c;
}
.color-4 {
color: #d67f4c;
}
.color-5 {
color: #f4caa9;
}
/* CSS Variables */
:root {
--color-1: #4d1919;
--color-2: #783a3a;
--color-3: #b95b3c;
--color-4: #d67f4c;
--color-5: #f4caa9;
}
🌈 Burning Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1919, #783a3a, #b95b3c, #d67f4c, #f4caa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1919, #783a3a, #b95b3c, #d67f4c, #f4caa9);
}
🔗 Explore similar color palettes
Burning Forest color palette created on .