Sunlit Meadow Harmony Color Palette

Discover the beautiful Sunlit Meadow Harmony color palette featuring primrose (#ece298), double spanish white (#e4dfb4), candlelight (#fade29), wedgewood (#547da0) and crail (#c1444a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Vibrant, Summer, Warm 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 Sunlit Meadow Harmony palette

Share this palette to:

💻 Sunlit Meadow Harmony color palette CSS

/* CSS */
.color-1 {
color: #ece298;
}
.color-2 {
color: #e4dfb4;
}
.color-3 {
color: #fade29;
}
.color-4 {
color: #547da0;
}
.color-5 {
color: #c1444a;
}

/* CSS Variables */
:root {
--color-1: #ece298;
--color-2: #e4dfb4;
--color-3: #fade29;
--color-4: #547da0;
--color-5: #c1444a;
}

🌈 Sunlit Meadow Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece298, #e4dfb4, #fade29, #547da0, #c1444a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece298, #e4dfb4, #fade29, #547da0, #c1444a);
}

Sunlit Meadow Harmony color palette created on .