Stolas Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Stolas palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Stolas

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

tavolozza dei colori Stolas CSS

/* CSS */
.color-1 {
color: #5b4a78;
}
.color-2 {
color: #7f6a95;
}
.color-3 {
color: #a29fb7;
}
.color-4 {
color: #d9b9e9;
}
.color-5 {
color: #f3c3d5;
}

/* CSS Variables */
:root {
--color-1: #5b4a78;
--color-2: #7f6a95;
--color-3: #a29fb7;
--color-4: #d9b9e9;
--color-5: #f3c3d5;
}

CSS con gradiente di sfondo Stolas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4a78, #7f6a95, #a29fb7, #d9b9e9, #f3c3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4a78, #7f6a95, #a29fb7, #d9b9e9, #f3c3d5);
}

Stolas color palette created on .