Paleta de colores Green Goodfellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Goodfellow palette

Compartir esta paleta en:

CSS de la paleta de colores Green Goodfellow

/* CSS */
.color-1 {
color: #3b7e35;
}
.color-2 {
color: #86c69e;
}
.color-3 {
color: #e4d88b;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #e25557;
}

/* CSS Variables */
:root {
--color-1: #3b7e35;
--color-2: #86c69e;
--color-3: #e4d88b;
--color-4: #f5b400;
--color-5: #e25557;
}

CSS del degradado de fondo Green Goodfellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e35, #86c69e, #e4d88b, #f5b400, #e25557);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e35, #86c69e, #e4d88b, #f5b400, #e25557);
}

Green Goodfellow color palette created on .