Burning Ashes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burning Ashes palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Burning Ashes

Download burning ashes color palette PNG image (landscape)
Download burning ashes color palette PNG image (square)

tavolozza dei colori Burning Ashes CSS

/* CSS */
.color-1 {
color: #7d4a26;
}
.color-2 {
color: #c96936;
}
.color-3 {
color: #f9a52f;
}
.color-4 {
color: #f7d7a1;
}
.color-5 {
color: #e3e3e3;
}

/* CSS Variables */
:root {
--color-1: #7d4a26;
--color-2: #c96936;
--color-3: #f9a52f;
--color-4: #f7d7a1;
--color-5: #e3e3e3;
}

CSS con gradiente di sfondo Burning Ashes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4a26, #c96936, #f9a52f, #f7d7a1, #e3e3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4a26, #c96936, #f9a52f, #f7d7a1, #e3e3e3);
}

Burning Ashes color palette created on .