Sprout Color Palette

Discover the beautiful Sprout color palette featuring moss green (#a7d7b8), new orleans (#f2e2a1), sandy brown (#f3b55e), ronchi (#efae4d) and charm (#d66b7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSpring, Green, Yellow, Bright, Nature, Soft, Vibrant, Earthy, Flower, Fun 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: #a7d7b8;
}
.color-2 {
color: #f2e2a1;
}
.color-3 {
color: #f3b55e;
}
.color-4 {
color: #efae4d;
}
.color-5 {
color: #d66b7f;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f2e2a1;
--color-3: #f3b55e;
--color-4: #efae4d;
--color-5: #d66b7f;
}

🌈 Sprout background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f2e2a1, #f3b55e, #efae4d, #d66b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f2e2a1, #f3b55e, #efae4d, #d66b7f);
}

Sprout color palette created on .