Paleta de colores Mossy Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mossy Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Mossy Serenity

/* CSS */
.color-1 {
color: #5b8b6d;
}
.color-2 {
color: #a5c5a7;
}
.color-3 {
color: #d0e6d2;
}
.color-4 {
color: #f0f8e8;
}
.color-5 {
color: #b2d8b0;
}

/* CSS Variables */
:root {
--color-1: #5b8b6d;
--color-2: #a5c5a7;
--color-3: #d0e6d2;
--color-4: #f0f8e8;
--color-5: #b2d8b0;
}

CSS del degradado de fondo Mossy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b6d, #a5c5a7, #d0e6d2, #f0f8e8, #b2d8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b6d, #a5c5a7, #d0e6d2, #f0f8e8, #b2d8b0);
}

Mossy Serenity color palette created on .