Paleta de colores Green Swamp

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Swamp palette

Compartir esta paleta en:

CSS de la paleta de colores Green Swamp

/* CSS */
.color-1 {
color: #4b7c4e;
}
.color-2 {
color: #6ca55f;
}
.color-3 {
color: #8fd06d;
}
.color-4 {
color: #c2e7a2;
}
.color-5 {
color: #eff4e1;
}

/* CSS Variables */
:root {
--color-1: #4b7c4e;
--color-2: #6ca55f;
--color-3: #8fd06d;
--color-4: #c2e7a2;
--color-5: #eff4e1;
}

CSS del degradado de fondo Green Swamp

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c4e, #6ca55f, #8fd06d, #c2e7a2, #eff4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c4e, #6ca55f, #8fd06d, #c2e7a2, #eff4e1);
}

Green Swamp color palette created on .