Meadow Whispers Color Palette

Discover the beautiful Meadow Whispers color palette featuring tropical blue (#c2dff6), wheat (#f7d4bb), sea pink (#ec9aa2), lavender gray (#c6b2d5) and shadow green (#9cc8c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Lilac, Modern, Pastel Peach, Spring, Summer, Teal 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 Meadow Whispers palette

Share this palette to:

💻 Meadow Whispers color palette CSS

/* CSS */
.color-1 {
color: #c2dff6;
}
.color-2 {
color: #f7d4bb;
}
.color-3 {
color: #ec9aa2;
}
.color-4 {
color: #c6b2d5;
}
.color-5 {
color: #9cc8c0;
}

/* CSS Variables */
:root {
--color-1: #c2dff6;
--color-2: #f7d4bb;
--color-3: #ec9aa2;
--color-4: #c6b2d5;
--color-5: #9cc8c0;
}

🌈 Meadow Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2dff6, #f7d4bb, #ec9aa2, #c6b2d5, #9cc8c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2dff6, #f7d4bb, #ec9aa2, #c6b2d5, #9cc8c0);
}

Meadow Whispers color palette created on .