Paleta de colores Serenity in Silk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity in Silk palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity in Silk

/* CSS */
.color-1 {
color: #f0e2c7;
}
.color-2 {
color: #d1c7e1;
}
.color-3 {
color: #a3d9e1;
}
.color-4 {
color: #66b2a8;
}
.color-5 {
color: #2c7d72;
}

/* CSS Variables */
:root {
--color-1: #f0e2c7;
--color-2: #d1c7e1;
--color-3: #a3d9e1;
--color-4: #66b2a8;
--color-5: #2c7d72;
}

CSS del degradado de fondo Serenity in Silk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2c7, #d1c7e1, #a3d9e1, #66b2a8, #2c7d72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2c7, #d1c7e1, #a3d9e1, #66b2a8, #2c7d72);
}

Serenity in Silk color palette created on .