Fire and Smoke Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fire and Smoke palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Fire and Smoke

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

tavolozza dei colori Fire and Smoke 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;
}

CSS con gradiente di sfondo Fire and Smoke

/* 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 .