Paleta de colores Serene Greens

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Greens palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Greens

/* CSS */
.color-1 {
color: #b6c9c9;
}
.color-2 {
color: #a1b5b5;
}
.color-3 {
color: #b6c9b6;
}
.color-4 {
color: #b6b6c9;
}
.color-5 {
color: #dbf0db;
}

/* CSS Variables */
:root {
--color-1: #b6c9c9;
--color-2: #a1b5b5;
--color-3: #b6c9b6;
--color-4: #b6b6c9;
--color-5: #dbf0db;
}

CSS del degradado de fondo Serene Greens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9c9, #a1b5b5, #b6c9b6, #b6b6c9, #dbf0db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9c9, #a1b5b5, #b6c9b6, #b6b6c9, #dbf0db);
}

Serene Greens color palette created on .