Dark Fantasy Fire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Fantasy Fire palette
Dark Fantasy Fire color palette CSS
/* CSS */
.color-1 {
color: #123b28;
}
.color-2 {
color: #c95122;
}
.color-3 {
color: #783712;
}
.color-4 {
color: #33520a;
}
.color-5 {
color: #eba000;
}
/* CSS Variables */
:root {
--color-1: #123b28;
--color-2: #c95122;
--color-3: #783712;
--color-4: #33520a;
--color-5: #eba000;
}
Dark Fantasy Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #123b28, #c95122, #783712, #33520a, #eba000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #123b28, #c95122, #783712, #33520a, #eba000);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Dark Fantasy Fire color palette created on .