Golden Meadow Breeze Color Palette

Discover the beautiful Golden Meadow Breeze color palette featuring citron (#a7ae24), key lime pie (#d5ca2a), energy yellow (#f1e45b), candlelight (#f8d00d) and casablanca (#f8c749).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Golden Meadow Breeze color palette CSS

/* CSS */
.color-1 {
color: #a7ae24;
}
.color-2 {
color: #d5ca2a;
}
.color-3 {
color: #f1e45b;
}
.color-4 {
color: #f8d00d;
}
.color-5 {
color: #f8c749;
}

/* CSS Variables */
:root {
--color-1: #a7ae24;
--color-2: #d5ca2a;
--color-3: #f1e45b;
--color-4: #f8d00d;
--color-5: #f8c749;
}

🌈 Golden Meadow Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7ae24, #d5ca2a, #f1e45b, #f8d00d, #f8c749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7ae24, #d5ca2a, #f1e45b, #f8d00d, #f8c749);
}

Golden Meadow Breeze color palette created on .