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: #487d2c;
}
.color-2 {
color: #7fbf5a;
}
.color-3 {
color: #9bdc8e;
}
.color-4 {
color: #b0e3a5;
}
.color-5 {
color: #cef5c2;
}

/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #7fbf5a;
--color-3: #9bdc8e;
--color-4: #b0e3a5;
--color-5: #cef5c2;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #7fbf5a, #9bdc8e, #b0e3a5, #cef5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #7fbf5a, #9bdc8e, #b0e3a5, #cef5c2);
}

Shades of Green color palette created on .