FirePaw Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with FirePaw palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori FirePaw

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

tavolozza dei colori FirePaw CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffcc00;
--color-4: #ffec3d;
--color-5: #ff5724;
}

CSS con gradiente di sfondo FirePaw

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffcc00, #ffec3d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffcc00, #ffec3d, #ff5724);
}

FirePaw color palette created on .