Paleta de colores Fire and Wood

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fire and Wood palette

Compartir esta paleta en:

Descargar la paleta de colores Fire and Wood (PNG)

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

CSS de la paleta de colores Fire and Wood

/* 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;
}

CSS del degradado de fondo Fire and Wood

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