Burned Fantasy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Burned Fantasy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Burned Fantasy Color Palette (PNG)
Burned Fantasy color palette CSS
/* CSS */
.color-1 {
color: #682c2f;
}
.color-2 {
color: #b56c30;
}
.color-3 {
color: #d7b77e;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #7d2e1c;
}
/* CSS Variables */
:root {
--color-1: #682c2f;
--color-2: #b56c30;
--color-3: #d7b77e;
--color-4: #3d3d3d;
--color-5: #7d2e1c;
}
Burned Fantasy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2f, #b56c30, #d7b77e, #3d3d3d, #7d2e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2f, #b56c30, #d7b77e, #3d3d3d, #7d2e1c);
}
Similar color palettes
Scroll down to explore 10+ Fire color palettes
Burned Fantasy color palette created on .