Gumi Color Palette

Discover the beautiful Gumi color palette featuring feijoa (#8bdc89), fern (#69bf74), fruit salad (#4b9b65), sea green (#2d7c5b) and green pea (#1f5b4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Vibrant, Teal, Forest, Emerald 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 Gumi palette

Share this palette to:

💻 Gumi color palette CSS

/* CSS */
.color-1 {
color: #8bdc89;
}
.color-2 {
color: #69bf74;
}
.color-3 {
color: #4b9b65;
}
.color-4 {
color: #2d7c5b;
}
.color-5 {
color: #1f5b4d;
}

/* CSS Variables */
:root {
--color-1: #8bdc89;
--color-2: #69bf74;
--color-3: #4b9b65;
--color-4: #2d7c5b;
--color-5: #1f5b4d;
}

🌈 Gumi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bdc89, #69bf74, #4b9b65, #2d7c5b, #1f5b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bdc89, #69bf74, #4b9b65, #2d7c5b, #1f5b4d);
}

Gumi color palette created on .