Paleta de colores Garden Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Garden Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Garden Serenade

/* CSS */
.color-1 {
color: #85ab5f;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #d1e0b8;
}
.color-4 {
color: #f0f4d7;
}
.color-5 {
color: #f8e2a0;
}

/* CSS Variables */
:root {
--color-1: #85ab5f;
--color-2: #a7caa0;
--color-3: #d1e0b8;
--color-4: #f0f4d7;
--color-5: #f8e2a0;
}

CSS del degradado de fondo Garden Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85ab5f, #a7caa0, #d1e0b8, #f0f4d7, #f8e2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85ab5f, #a7caa0, #d1e0b8, #f0f4d7, #f8e2a0);
}

Garden Serenade color palette created on .