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: #598a3d;
}
.color-2 {
color: #6da26f;
}
.color-3 {
color: #97c3a6;
}
.color-4 {
color: #bae3d6;
}
.color-5 {
color: #d5f1e2;
}

/* CSS Variables */
:root {
--color-1: #598a3d;
--color-2: #6da26f;
--color-3: #97c3a6;
--color-4: #bae3d6;
--color-5: #d5f1e2;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #598a3d, #6da26f, #97c3a6, #bae3d6, #d5f1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #598a3d, #6da26f, #97c3a6, #bae3d6, #d5f1e2);
}

Shades of Green color palette created on .