Firebrand Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Firebrand palette

Condividi questa palette a:

Scarica la tavolozza dei colori Firebrand (PNG)

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

tavolozza dei colori Firebrand CSS

/* CSS */
.color-1 {
color: #ff5e00;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff5e00;
--color-2: #ff9100;
--color-3: #ffb300;
--color-4: #ffdd00;
--color-5: #ffd900;
}

CSS con gradiente di sfondo Firebrand

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5e00, #ff9100, #ffb300, #ffdd00, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5e00, #ff9100, #ffb300, #ffdd00, #ffd900);
}

Firebrand color palette created on .