Discover the beautiful Golden Harvest Muesli color palette featuring laser (#c9a66e), tacha (#d3b25f), harvest gold (#e1c47a), sandwisp (#f5e19e) and dairy cream (#f9dab4).

Golden Harvest Muesli Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Golden Harvest Muesli palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Golden Harvest Muesli palette

Share this palette to:

💻 Golden Harvest Muesli color palette CSS

/* CSS */
.color-1 {
color: #c9a66e;
}
.color-2 {
color: #d3b25f;
}
.color-3 {
color: #e1c47a;
}
.color-4 {
color: #f5e19e;
}
.color-5 {
color: #f9dab4;
}

/* CSS Variables */
:root {
--color-1: #c9a66e;
--color-2: #d3b25f;
--color-3: #e1c47a;
--color-4: #f5e19e;
--color-5: #f9dab4;
}

🌈 Golden Harvest Muesli background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a66e, #d3b25f, #e1c47a, #f5e19e, #f9dab4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a66e, #d3b25f, #e1c47a, #f5e19e, #f9dab4);
}

Golden Harvest Muesli color palette created on .