Fire and Wood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fire and Wood palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fire and Wood Color Palette (PNG)
Fire and Wood color palette CSS
/* CSS */
.color-1 {
color: #cc1e1e;
}
.color-2 {
color: #cf9563;
}
.color-3 {
color: #9b5527;
}
.color-4 {
color: #ddb055;
}
.color-5 {
color: #4a2d12;
}
/* CSS Variables */
:root {
--color-1: #cc1e1e;
--color-2: #cf9563;
--color-3: #9b5527;
--color-4: #ddb055;
--color-5: #4a2d12;
}
Fire and Wood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc1e1e, #cf9563, #9b5527, #ddb055, #4a2d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc1e1e, #cf9563, #9b5527, #ddb055, #4a2d12);
}
Similar color palettes
Fire and Wood color palette created on .