Paleta de colores Schlatt

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Schlatt palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Schlatt

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

CSS de la paleta de colores Schlatt

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