Paleta de colores Sylas

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sylas palette

Compartir esta paleta en:

Descargar la paleta de colores Sylas (PNG)

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

CSS de la paleta de colores Sylas

/* CSS */
.color-1 {
color: #c3acbc;
}
.color-2 {
color: #c7cbb3;
}
.color-3 {
color: #e3b26d;
}
.color-4 {
color: #d26851;
}
.color-5 {
color: #e3c564;
}

/* CSS Variables */
:root {
--color-1: #c3acbc;
--color-2: #c7cbb3;
--color-3: #e3b26d;
--color-4: #d26851;
--color-5: #e3c564;
}

CSS del degradado de fondo Sylas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3acbc, #c7cbb3, #e3b26d, #d26851, #e3c564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3acbc, #c7cbb3, #e3b26d, #d26851, #e3c564);
}

Sylas color palette created on .