Paleta de colores Spring Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spring Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Spring Serenity

/* CSS */
.color-1 {
color: #b5d9ba;
}
.color-2 {
color: #d2e95d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f4f6c1;
}
.color-5 {
color: #c2d6d4;
}

/* CSS Variables */
:root {
--color-1: #b5d9ba;
--color-2: #d2e95d;
--color-3: #ffffff;
--color-4: #f4f6c1;
--color-5: #c2d6d4;
}

CSS del degradado de fondo Spring Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d9ba, #d2e95d, #ffffff, #f4f6c1, #c2d6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d9ba, #d2e95d, #ffffff, #f4f6c1, #c2d6d4);
}

Spring Serenity color palette created on .