Golden Orchard Color Palette

Discover the beautiful Golden Orchard color palette featuring buttercup (#f3a812), cream can (#f6c84c), primrose (#f0e2a3), tacha (#d8b65f) and paarl (#a45d2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Forest, Gold, Nature, Orange, Spring, Summer, Warm, 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 Orchard palette

Share this palette to:

💻 Golden Orchard color palette CSS

/* CSS */
.color-1 {
color: #f3a812;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f0e2a3;
}
.color-4 {
color: #d8b65f;
}
.color-5 {
color: #a45d2d;
}

/* CSS Variables */
:root {
--color-1: #f3a812;
--color-2: #f6c84c;
--color-3: #f0e2a3;
--color-4: #d8b65f;
--color-5: #a45d2d;
}

🌈 Golden Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a812, #f6c84c, #f0e2a3, #d8b65f, #a45d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a812, #f6c84c, #f0e2a3, #d8b65f, #a45d2d);
}

Golden Orchard color palette created on .