Bush Color Palette

Discover the beautiful Bush color palette featuring fern green (#4c8b3c), chelsea cucumber (#79b25c), yellow green (#aad86f), caper (#d6e8b5) and concrete (#f2f2f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Forest, Nature, Bright, Earthy, Botanical, Soft, Ivory 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 Bush palette

Share this palette to:

💻 Bush color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #79b25c;
}
.color-3 {
color: #aad86f;
}
.color-4 {
color: #d6e8b5;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #79b25c;
--color-3: #aad86f;
--color-4: #d6e8b5;
--color-5: #f2f2f2;
}

🌈 Bush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #79b25c, #aad86f, #d6e8b5, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #79b25c, #aad86f, #d6e8b5, #f2f2f2);
}

Bush color palette created on .