Paleta de colores Serenity in Greenery
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity in Greenery palette
Image Gallery

CSS de la paleta de colores Serenity in Greenery
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #adc7bd;
}
.color-3 {
color: #7ba392;
}
.color-4 {
color: #4a826c;
}
.color-5 {
color: #1b6447;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #adc7bd;
--color-3: #7ba392;
--color-4: #4a826c;
--color-5: #1b6447;
}
CSS del degradado de fondo Serenity in Greenery
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #adc7bd, #7ba392, #4a826c, #1b6447);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #adc7bd, #7ba392, #4a826c, #1b6447);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Soft gray
Serenity in Greenery color palette created on .