Paleta de colores Serene Slumber

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Slumber palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Slumber

/* CSS */
.color-1 {
color: #d1e6e2;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #7a9ea8;
}
.color-4 {
color: #5f8c9b;
}
.color-5 {
color: #3d7c8a;
}

/* CSS Variables */
:root {
--color-1: #d1e6e2;
--color-2: #a5c6d5;
--color-3: #7a9ea8;
--color-4: #5f8c9b;
--color-5: #3d7c8a;
}

CSS del degradado de fondo Serene Slumber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e6e2, #a5c6d5, #7a9ea8, #5f8c9b, #3d7c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e6e2, #a5c6d5, #7a9ea8, #5f8c9b, #3d7c8a);
}

Serene Slumber color palette created on .