Sprout Color Palette

Discover the beautiful Sprout color palette featuring moss green (#a9dab6), laurel (#6a9a6d), como (#507c6d), mineral green (#3a594d) and outer space (#2e3e3d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Sprout color palette CSS

/* CSS */
.color-1 {
color: #a9dab6;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #507c6d;
}
.color-4 {
color: #3a594d;
}
.color-5 {
color: #2e3e3d;
}

/* CSS Variables */
:root {
--color-1: #a9dab6;
--color-2: #6a9a6d;
--color-3: #507c6d;
--color-4: #3a594d;
--color-5: #2e3e3d;
}

🌈 Sprout background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9dab6, #6a9a6d, #507c6d, #3a594d, #2e3e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9dab6, #6a9a6d, #507c6d, #3a594d, #2e3e3d);
}

Sprout color palette created on .