Golden Fields Color Palette

Discover the beautiful Golden Fields color palette featuring wheat (#f5deb2), hampton (#e4cda5), sorrell brown (#d3b79c), indian khaki (#c1a78f) and sandrift (#b0907d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Earthy, Light, Neutral, Summer, Yellow 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 Fields palette

Share this palette to:

💻 Golden Fields color palette CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #e4cda5;
}
.color-3 {
color: #d3b79c;
}
.color-4 {
color: #c1a78f;
}
.color-5 {
color: #b0907d;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e4cda5;
--color-3: #d3b79c;
--color-4: #c1a78f;
--color-5: #b0907d;
}

🌈 Golden Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e4cda5, #d3b79c, #c1a78f, #b0907d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e4cda5, #d3b79c, #c1a78f, #b0907d);
}

Golden Fields color palette created on .