Paleta de colores Serene Greenery

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Greenery palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Greenery

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #5dbb8b;
}
.color-3 {
color: #3c9f73;
}
.color-4 {
color: #2d8b5a;
}
.color-5 {
color: #1c6d4c;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #5dbb8b;
--color-3: #3c9f73;
--color-4: #2d8b5a;
--color-5: #1c6d4c;
}

CSS del degradado de fondo Serene Greenery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #5dbb8b, #3c9f73, #2d8b5a, #1c6d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #5dbb8b, #3c9f73, #2d8b5a, #1c6d4c);
}

Serene Greenery color palette created on .