Burned Fantasy Color Palette
Discover the beautiful Burned Fantasy color palette featuring livid brown (#502a34), sepia skin (#985f3b), sorrell brown (#c7ab87), tuna (#32373e) and irish coffee (#612e25).
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 Burned Fantasy palette
💻 Burned Fantasy color palette CSS
/* CSS */
.color-1 {
color: #502a34;
}
.color-2 {
color: #985f3b;
}
.color-3 {
color: #c7ab87;
}
.color-4 {
color: #32373e;
}
.color-5 {
color: #612e25;
}
/* CSS Variables */
:root {
--color-1: #502a34;
--color-2: #985f3b;
--color-3: #c7ab87;
--color-4: #32373e;
--color-5: #612e25;
} 🌈 Burned Fantasy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502a34, #985f3b, #c7ab87, #32373e, #612e25);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502a34, #985f3b, #c7ab87, #32373e, #612e25);
} 🔗 Explore similar color palettes
Burned Fantasy color palette created on .