Green Sprout Color Palette

Discover the beautiful Green Sprout color palette featuring mantis (#69bf4f), conifer (#a3d55d), primrose (#e1f1a2), sandwisp (#f6e0a7) and rose bud (#f9b595).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Garden, Green, Spring, 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 Green Sprout palette

Share this palette to:

💻 Green Sprout color palette CSS

/* CSS */
.color-1 {
color: #69bf4f;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e1f1a2;
}
.color-4 {
color: #f6e0a7;
}
.color-5 {
color: #f9b595;
}

/* CSS Variables */
:root {
--color-1: #69bf4f;
--color-2: #a3d55d;
--color-3: #e1f1a2;
--color-4: #f6e0a7;
--color-5: #f9b595;
}

🌈 Green Sprout background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4f, #a3d55d, #e1f1a2, #f6e0a7, #f9b595);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4f, #a3d55d, #e1f1a2, #f6e0a7, #f9b595);
}

Green Sprout color palette created on .