Golden Honey Color Palette

Discover the beautiful Golden Honey color palette featuring web orange (#f5a300), rajah (#f2c26e), chalky (#eec69b), old gold (#d89f3b) and bourbon (#b47c22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Sun, Warm, Autumn 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: #f5a300;
}
.color-2 {
color: #f2c26e;
}
.color-3 {
color: #eec69b;
}
.color-4 {
color: #d89f3b;
}
.color-5 {
color: #b47c22;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f2c26e;
--color-3: #eec69b;
--color-4: #d89f3b;
--color-5: #b47c22;
}

๐ŸŒˆ Golden Honey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f2c26e, #eec69b, #d89f3b, #b47c22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f2c26e, #eec69b, #d89f3b, #b47c22);
}

Golden Honey color palette created on .