Tiger Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tiger palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Tiger

Download tiger color palette PNG image (landscape)
Download tiger color palette PNG image (square)

tavolozza dei colori Tiger CSS

/* CSS */
.color-1 {
color: #fc8003;
}
.color-2 {
color: #d97c30;
}
.color-3 {
color: #c66d39;
}
.color-4 {
color: #a34d2e;
}
.color-5 {
color: #6b3b1f;
}

/* CSS Variables */
:root {
--color-1: #fc8003;
--color-2: #d97c30;
--color-3: #c66d39;
--color-4: #a34d2e;
--color-5: #6b3b1f;
}

CSS con gradiente di sfondo Tiger

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc8003, #d97c30, #c66d39, #a34d2e, #6b3b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc8003, #d97c30, #c66d39, #a34d2e, #6b3b1f);
}

Tiger color palette created on .