Golden Glucose Color Palette

Discover the beautiful Golden Glucose color palette featuring saffron (#f4c32f), web orange (#e6a400), mango tango (#d68100), rose of sharon (#b35600) and cinnamon (#804000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Fun, Gold, 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 Glucose palette

Share this palette to:

๐Ÿ’ป Golden Glucose color palette CSS

/* CSS */
.color-1 {
color: #f4c32f;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d68100;
}
.color-4 {
color: #b35600;
}
.color-5 {
color: #804000;
}

/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #e6a400;
--color-3: #d68100;
--color-4: #b35600;
--color-5: #804000;
}

๐ŸŒˆ Golden Glucose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #e6a400, #d68100, #b35600, #804000);
}

Golden Glucose color palette created on .