Fire and Wood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fire and Wood palette

Share this palette to:

Download Fire and Wood Color Palette (PNG)

Download fire and wood color palette PNG image (landscape)
Download fire and wood color palette PNG image (square)

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);
}

Fire and Wood color palette created on .