Sunny Meadow Color Palette

Discover the beautiful Sunny Meadow color palette featuring zombie (#e4ce92), tacha (#d3b96e), twine (#c1a055), copper (#ac7f3d) and paarl (#99662f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Nature, Neutral, Soft, Tan, Vintage, 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 Sunny Meadow palette

Share this palette to:

💻 Sunny Meadow color palette CSS

/* CSS */
.color-1 {
color: #e4ce92;
}
.color-2 {
color: #d3b96e;
}
.color-3 {
color: #c1a055;
}
.color-4 {
color: #ac7f3d;
}
.color-5 {
color: #99662f;
}

/* CSS Variables */
:root {
--color-1: #e4ce92;
--color-2: #d3b96e;
--color-3: #c1a055;
--color-4: #ac7f3d;
--color-5: #99662f;
}

🌈 Sunny Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4ce92, #d3b96e, #c1a055, #ac7f3d, #99662f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4ce92, #d3b96e, #c1a055, #ac7f3d, #99662f);
}

Sunny Meadow color palette created on .