God of Fire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with God of Fire palette
God of Fire color palette PNG image
God of Fire color palette CSS
/* CSS */
.color-1 {
color: #d85f0e;
}
.color-2 {
color: #d9aa3a;
}
.color-3 {
color: #e5c3a4;
}
.color-4 {
color: #c5b8af;
}
.color-5 {
color: #8a5c3d;
}
/* CSS Variables */
:root {
--color-1: #d85f0e;
--color-2: #d9aa3a;
--color-3: #e5c3a4;
--color-4: #c5b8af;
--color-5: #8a5c3d;
}
God of Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f0e, #d9aa3a, #e5c3a4, #c5b8af, #8a5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f0e, #d9aa3a, #e5c3a4, #c5b8af, #8a5c3d);
}
Similar color palettes
Scroll down to explore 2 Fire color palettes
God of Fire color palette created on .