Green Fruit Salad Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Fruit Salad palette

Share this palette to:

Green Fruit Salad color palette CSS

/* 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;
}

Green Fruit Salad background gradient CSS

/* 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 .