Fire and Smoke Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fire and Smoke palette

Share this palette to:

Fire and Smoke color palette PNG image

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

Fire and Smoke color palette CSS

/* CSS */
.color-1 {
color: #b34d4d;
}
.color-2 {
color: #e86969;
}
.color-3 {
color: #f6a7a7;
}
.color-4 {
color: #d7c1b2;
}
.color-5 {
color: #5d4c4c;
}

/* CSS Variables */
:root {
--color-1: #b34d4d;
--color-2: #e86969;
--color-3: #f6a7a7;
--color-4: #d7c1b2;
--color-5: #5d4c4c;
}

Fire and Smoke background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b34d4d, #e86969, #f6a7a7, #d7c1b2, #5d4c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b34d4d, #e86969, #f6a7a7, #d7c1b2, #5d4c4c);
}

Fire and Smoke color palette created on .