Golden Meadow Bliss Color Palette

Discover the beautiful Golden Meadow Bliss color palette featuring cumin (#9e4b1f), sundance (#c6ac5d), chenin (#e2c979), sandwisp (#f7e6a1) and pancho (#f1d6b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Gold, Beige, Warm, Bright 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 Bliss palette

Share this palette to:

💻 Golden Meadow Bliss color palette CSS

/* CSS */
.color-1 {
color: #9e4b1f;
}
.color-2 {
color: #c6ac5d;
}
.color-3 {
color: #e2c979;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #f1d6b7;
}

/* CSS Variables */
:root {
--color-1: #9e4b1f;
--color-2: #c6ac5d;
--color-3: #e2c979;
--color-4: #f7e6a1;
--color-5: #f1d6b7;
}

🌈 Golden Meadow Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e4b1f, #c6ac5d, #e2c979, #f7e6a1, #f1d6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e4b1f, #c6ac5d, #e2c979, #f7e6a1, #f1d6b7);
}

Golden Meadow Bliss color palette created on .