Paleta de colores Green Fruit Salad

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Fruit Salad palette

Compartir esta paleta en:

CSS de la paleta de colores Green Fruit Salad

/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #a8d79d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #b63a3a;
}

/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #a8d79d;
--color-3: #ffd900;
--color-4: #ff6e61;
--color-5: #b63a3a;
}

CSS del degradado de fondo Green Fruit Salad

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #a8d79d, #ffd900, #ff6e61, #b63a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #a8d79d, #ffd900, #ff6e61, #b63a3a);
}

Green Fruit Salad color palette created on .