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: #4b7d2b;
}
.color-2 {
color: #5c993d;
}
.color-3 {
color: #aac98d;
}
.color-4 {
color: #d4e5b8;
}
.color-5 {
color: #f3faeb;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #5c993d;
--color-3: #aac98d;
--color-4: #d4e5b8;
--color-5: #f3faeb;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #5c993d, #aac98d, #d4e5b8, #f3faeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #5c993d, #aac98d, #d4e5b8, #f3faeb);
}

Shades of Green color palette created on .