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: #a4d89d;
}
.color-3 {
color: #f2e478;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #e25a5a;
}

/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #a4d89d;
--color-3: #f2e478;
--color-4: #f9aeae;
--color-5: #e25a5a;
}

Green Fruit Salad background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #a4d89d, #f2e478, #f9aeae, #e25a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #a4d89d, #f2e478, #f9aeae, #e25a5a);
}

Green Fruit Salad color palette created on .