Spring Meadow Serenade Color Palette

Discover the beautiful Spring Meadow Serenade color palette featuring granny smith apple (#a9e2a1), granny smith apple (#b4e59e), gossip (#d3f1a7), sandwisp (#f5eaad) and corvette (#f9d59f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Green, Summer 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 Spring Meadow Serenade palette

Share this palette to:

💻 Spring Meadow Serenade color palette CSS

/* CSS */
.color-1 {
color: #a9e2a1;
}
.color-2 {
color: #b4e59e;
}
.color-3 {
color: #d3f1a7;
}
.color-4 {
color: #f5eaad;
}
.color-5 {
color: #f9d59f;
}

/* CSS Variables */
:root {
--color-1: #a9e2a1;
--color-2: #b4e59e;
--color-3: #d3f1a7;
--color-4: #f5eaad;
--color-5: #f9d59f;
}

🌈 Spring Meadow Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e2a1, #b4e59e, #d3f1a7, #f5eaad, #f9d59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e2a1, #b4e59e, #d3f1a7, #f5eaad, #f9d59f);
}

Spring Meadow Serenade color palette created on .