Paleta de colores Shades of Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green

/* CSS */
.color-1 {
color: #f3e6d8;
}
.color-2 {
color: #d4c6b5;
}
.color-3 {
color: #b7a99e;
}
.color-4 {
color: #9fc6a3;
}
.color-5 {
color: #5b9f7e;
}

/* CSS Variables */
:root {
--color-1: #f3e6d8;
--color-2: #d4c6b5;
--color-3: #b7a99e;
--color-4: #9fc6a3;
--color-5: #5b9f7e;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6d8, #d4c6b5, #b7a99e, #9fc6a3, #5b9f7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6d8, #d4c6b5, #b7a99e, #9fc6a3, #5b9f7e);
}

Shades of Green color palette created on .