Paleta de colores Fire and Smoke

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fire and Smoke palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fire and Smoke

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

CSS de la paleta de colores Fire and Smoke

/* 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 del degradado de fondo 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 .