Paleta de colores Serenity in Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity in Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity in Shades

/* CSS */
.color-1 {
color: #e2e5f3;
}
.color-2 {
color: #c7cae6;
}
.color-3 {
color: #a7b1d7;
}
.color-4 {
color: #8a9cd6;
}
.color-5 {
color: #6f88c3;
}

/* CSS Variables */
:root {
--color-1: #e2e5f3;
--color-2: #c7cae6;
--color-3: #a7b1d7;
--color-4: #8a9cd6;
--color-5: #6f88c3;
}

CSS del degradado de fondo Serenity in Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5f3, #c7cae6, #a7b1d7, #8a9cd6, #6f88c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5f3, #c7cae6, #a7b1d7, #8a9cd6, #6f88c3);
}

Serenity in Shades color palette created on .