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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Golden Honey color palette created on .