Paleta de colores Stolas

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Stolas palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Stolas

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

CSS de la paleta de colores Stolas

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3e2a8d;
}
.color-3 {
color: #8d3f8d;
}
.color-4 {
color: #b95b6c;
}
.color-5 {
color: #fbc1a2;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3e2a8d;
--color-3: #8d3f8d;
--color-4: #b95b6c;
--color-5: #fbc1a2;
}

CSS del degradado de fondo Stolas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3e2a8d, #8d3f8d, #b95b6c, #fbc1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3e2a8d, #8d3f8d, #b95b6c, #fbc1a2);
}

Stolas color palette created on .