Brown Fire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Fire palette
Brown Fire color palette CSS
/* CSS */
.color-1 {
color: #d9a76d;
}
.color-2 {
color: #c67c4e;
}
.color-3 {
color: #a55f3b;
}
.color-4 {
color: #7a3b2a;
}
.color-5 {
color: #4f201c;
}
/* CSS Variables */
:root {
--color-1: #d9a76d;
--color-2: #c67c4e;
--color-3: #a55f3b;
--color-4: #7a3b2a;
--color-5: #4f201c;
}
Brown Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a76d, #c67c4e, #a55f3b, #7a3b2a, #4f201c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a76d, #c67c4e, #a55f3b, #7a3b2a, #4f201c);
}
Similar color palettes
Brown Fire color palette created on .