Field of Foom Color Palette

Discover the beautiful Field of Foom color palette featuring feijoa (#a0d468), mantis (#6bbf4f), apple (#4ebf4a), chateau green (#3da94d) and sea green (#2b8c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Nature, Summer, Vibrant 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 Field of Foom palette

Share this palette to:

💻 Field of Foom color palette CSS

/* CSS */
.color-1 {
color: #a0d468;
}
.color-2 {
color: #6bbf4f;
}
.color-3 {
color: #4ebf4a;
}
.color-4 {
color: #3da94d;
}
.color-5 {
color: #2b8c3a;
}

/* CSS Variables */
:root {
--color-1: #a0d468;
--color-2: #6bbf4f;
--color-3: #4ebf4a;
--color-4: #3da94d;
--color-5: #2b8c3a;
}

🌈 Field of Foom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0d468, #6bbf4f, #4ebf4a, #3da94d, #2b8c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0d468, #6bbf4f, #4ebf4a, #3da94d, #2b8c3a);
}

Field of Foom color palette created on .