Paleta de colores Evergreen Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Evergreen Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Evergreen Harmony

/* CSS */
.color-1 {
color: #b8d99b;
}
.color-2 {
color: #a4c78e;
}
.color-3 {
color: #8fb97e;
}
.color-4 {
color: #79a66e;
}
.color-5 {
color: #5c9f56;
}

/* CSS Variables */
:root {
--color-1: #b8d99b;
--color-2: #a4c78e;
--color-3: #8fb97e;
--color-4: #79a66e;
--color-5: #5c9f56;
}

CSS del degradado de fondo Evergreen Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d99b, #a4c78e, #8fb97e, #79a66e, #5c9f56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d99b, #a4c78e, #8fb97e, #79a66e, #5c9f56);
}

Evergreen Harmony color palette created on .