February Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with February palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori February

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

tavolozza dei colori February CSS

/* CSS */
.color-1 {
color: #bf5545;
}
.color-2 {
color: #bd7f3d;
}
.color-3 {
color: #c18d53;
}
.color-4 {
color: #bd8e3d;
}
.color-5 {
color: #b97837;
}

/* CSS Variables */
:root {
--color-1: #bf5545;
--color-2: #bd7f3d;
--color-3: #c18d53;
--color-4: #bd8e3d;
--color-5: #b97837;
}

CSS con gradiente di sfondo February

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf5545, #bd7f3d, #c18d53, #bd8e3d, #b97837);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf5545, #bd7f3d, #c18d53, #bd8e3d, #b97837);
}

February color palette created on .