Paleta de colores Green Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Green Serenity

/* CSS */
.color-1 {
color: #a3b18b;
}
.color-2 {
color: #b8c99c;
}
.color-3 {
color: #d2e9b9;
}
.color-4 {
color: #f2f6a2;
}
.color-5 {
color: #f6d9a2;
}

/* CSS Variables */
:root {
--color-1: #a3b18b;
--color-2: #b8c99c;
--color-3: #d2e9b9;
--color-4: #f2f6a2;
--color-5: #f6d9a2;
}

CSS del degradado de fondo Green Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b18b, #b8c99c, #d2e9b9, #f2f6a2, #f6d9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b18b, #b8c99c, #d2e9b9, #f2f6a2, #f6d9a2);
}

Green Serenity color palette created on .