Fruit Salad Green Color Palette

Discover the beautiful Fruit Salad Green color palette featuring fruit salad (#4f9c5d), vista blue (#a0dab7), casablanca (#f4b943), tango (#e66b2d) and mulberry (#b74e8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Yellow, Orange, Pink color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Fruit Salad Green palette

Share this palette to:

💻 Fruit Salad Green color palette CSS

/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #a0dab7;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #e66b2d;
}
.color-5 {
color: #b74e8b;
}

/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #a0dab7;
--color-3: #f4b943;
--color-4: #e66b2d;
--color-5: #b74e8b;
}

🌈 Fruit Salad Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #a0dab7, #f4b943, #e66b2d, #b74e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #a0dab7, #f4b943, #e66b2d, #b74e8b);
}

Fruit Salad Green color palette created on .