Styczeń Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Styczeń palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Styczeń

Download styczeń color palette PNG image (landscape)
Download styczeń color palette PNG image (square)

tavolozza dei colori Styczeń CSS

/* CSS */
.color-1 {
color: #ffca75;
}
.color-2 {
color: #f5a35b;
}
.color-3 {
color: #f07e3d;
}
.color-4 {
color: #e85e2c;
}
.color-5 {
color: #d73919;
}

/* CSS Variables */
:root {
--color-1: #ffca75;
--color-2: #f5a35b;
--color-3: #f07e3d;
--color-4: #e85e2c;
--color-5: #d73919;
}

CSS con gradiente di sfondo Styczeń

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffca75, #f5a35b, #f07e3d, #e85e2c, #d73919);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffca75, #f5a35b, #f07e3d, #e85e2c, #d73919);
}

Styczeń color palette created on .