Paleta de colores Shades of Green and Lavender

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green and Lavender palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Lavender

/* CSS */
.color-1 {
color: #a4d6b1;
}
.color-2 {
color: #b7c9e1;
}
.color-3 {
color: #f5e0c2;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #a9c7ba;
}

/* CSS Variables */
:root {
--color-1: #a4d6b1;
--color-2: #b7c9e1;
--color-3: #f5e0c2;
--color-4: #d4a5a5;
--color-5: #a9c7ba;
}

CSS del degradado de fondo Shades of Green and Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6b1, #b7c9e1, #f5e0c2, #d4a5a5, #a9c7ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6b1, #b7c9e1, #f5e0c2, #d4a5a5, #a9c7ba);
}

Shades of Green and Lavender color palette created on .