Paleta de colores Styczeń

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Styczeń palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Styczeń

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

CSS de la paleta de colores Styczeń

/* 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 del degradado de fondo 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 .