Serene Meadow Color Palette

Discover the beautiful Serene Meadow color palette featuring sprout (#a1ce9c), moss green (#a7d7a3), celadon (#b0e0a3), beryl green (#d5e8bb) and coconut cream (#f2f9e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, 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 Serene Meadow palette

Share this palette to:

💻 Serene Meadow color palette CSS

/* CSS */
.color-1 {
color: #a1ce9c;
}
.color-2 {
color: #a7d7a3;
}
.color-3 {
color: #b0e0a3;
}
.color-4 {
color: #d5e8bb;
}
.color-5 {
color: #f2f9e1;
}

/* CSS Variables */
:root {
--color-1: #a1ce9c;
--color-2: #a7d7a3;
--color-3: #b0e0a3;
--color-4: #d5e8bb;
--color-5: #f2f9e1;
}

🌈 Serene Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1ce9c, #a7d7a3, #b0e0a3, #d5e8bb, #f2f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1ce9c, #a7d7a3, #b0e0a3, #d5e8bb, #f2f9e1);
}

Serene Meadow color palette created on .