Paleta de colores Green Plant

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Plant palette

Compartir esta paleta en:

CSS de la paleta de colores Green Plant

/* CSS */
.color-1 {
color: #5dbb8c;
}
.color-2 {
color: #a4dab8;
}
.color-3 {
color: #e3f6d5;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d8697d;
}

/* CSS Variables */
:root {
--color-1: #5dbb8c;
--color-2: #a4dab8;
--color-3: #e3f6d5;
--color-4: #f6b83c;
--color-5: #d8697d;
}

CSS del degradado de fondo Green Plant

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbb8c, #a4dab8, #e3f6d5, #f6b83c, #d8697d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbb8c, #a4dab8, #e3f6d5, #f6b83c, #d8697d);
}

Green Plant color palette created on .