Schlatt Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Schlatt palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Schlatt

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

tavolozza dei colori Schlatt CSS

/* CSS */
.color-1 {
color: #5a5a8c;
}
.color-2 {
color: #9a8ccf;
}
.color-3 {
color: #d6a1e8;
}
.color-4 {
color: #f5a3c4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5a5a8c;
--color-2: #9a8ccf;
--color-3: #d6a1e8;
--color-4: #f5a3c4;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Schlatt

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5a8c, #9a8ccf, #d6a1e8, #f5a3c4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5a8c, #9a8ccf, #d6a1e8, #f5a3c4, #ff6e61);
}

Schlatt color palette created on .