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: #096a06;
}
.color-2 {
color: #4abf73;
}
.color-3 {
color: #8fdc95;
}
.color-4 {
color: #c4e8b5;
}
.color-5 {
color: #f2f9e1;
}

/* CSS Variables */
:root {
--color-1: #096a06;
--color-2: #4abf73;
--color-3: #8fdc95;
--color-4: #c4e8b5;
--color-5: #f2f9e1;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #096a06, #4abf73, #8fdc95, #c4e8b5, #f2f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #096a06, #4abf73, #8fdc95, #c4e8b5, #f2f9e1);
}

Shades of Green color palette created on .