Sprout Seedly Color Palette

Discover the beautiful Sprout Seedly color palette featuring pine glade (#a9d08a), moss green (#b2e0b2), drover (#f5fbac), corvette (#f9c89f) and rose fog (#e6b7c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Bright, Spring, Nature, Soft, 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 Sprout Seedly palette

Share this palette to:

💻 Sprout Seedly color palette CSS

/* CSS */
.color-1 {
color: #a9d08a;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #f5fbac;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #e6b7c1;
}

/* CSS Variables */
:root {
--color-1: #a9d08a;
--color-2: #b2e0b2;
--color-3: #f5fbac;
--color-4: #f9c89f;
--color-5: #e6b7c1;
}

🌈 Sprout Seedly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d08a, #b2e0b2, #f5fbac, #f9c89f, #e6b7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d08a, #b2e0b2, #f5fbac, #f9c89f, #e6b7c1);
}

Sprout Seedly color palette created on .