Paleta de colores Green Fruit Salad
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Green Fruit Salad palette
CSS de la paleta de colores Green Fruit Salad
/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #5dbb7e;
}
.color-3 {
color: #a3d7b5;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e6695b;
}
/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #5dbb7e;
--color-3: #a3d7b5;
--color-4: #f1c84b;
--color-5: #e6695b;
}
CSS del degradado de fondo Green Fruit Salad
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #5dbb7e, #a3d7b5, #f1c84b, #e6695b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #5dbb7e, #a3d7b5, #f1c84b, #e6695b);
}
Paletas de colores similares
Green Fruit Salad color palette created on .