Golden Honey Color Palette

Discover the beautiful Golden Honey color palette featuring saffron mango (#f7c750), fire bush (#e8a32c), brandy punch (#d58b2a), bourbon (#b86e1e) and fiery orange (#a55012).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Gold, Amber, Orange, Brown, Bright, Warm, Earthy 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 Honey palette

Share this palette to:

💻 Golden Honey color palette CSS

/* CSS */
.color-1 {
color: #f7c750;
}
.color-2 {
color: #e8a32c;
}
.color-3 {
color: #d58b2a;
}
.color-4 {
color: #b86e1e;
}
.color-5 {
color: #a55012;
}

/* CSS Variables */
:root {
--color-1: #f7c750;
--color-2: #e8a32c;
--color-3: #d58b2a;
--color-4: #b86e1e;
--color-5: #a55012;
}

🌈 Golden Honey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c750, #e8a32c, #d58b2a, #b86e1e, #a55012);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c750, #e8a32c, #d58b2a, #b86e1e, #a55012);
}

Golden Honey color palette created on .