Golden Amber Color Palette

Discover the beautiful Golden Amber color palette featuring hokey pokey (#d69b2e), anzac (#e6b04c), cream can (#f1c15f), portica (#f6d96f) and marzipan (#f9e1a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Gold, Yellow, Bright, Summer, Warm, Coastal, Light 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 Amber palette

Share this palette to:

๐Ÿ’ป Golden Amber color palette CSS

/* CSS */
.color-1 {
color: #d69b2e;
}
.color-2 {
color: #e6b04c;
}
.color-3 {
color: #f1c15f;
}
.color-4 {
color: #f6d96f;
}
.color-5 {
color: #f9e1a4;
}

/* CSS Variables */
:root {
--color-1: #d69b2e;
--color-2: #e6b04c;
--color-3: #f1c15f;
--color-4: #f6d96f;
--color-5: #f9e1a4;
}

๐ŸŒˆ Golden Amber background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69b2e, #e6b04c, #f1c15f, #f6d96f, #f9e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69b2e, #e6b04c, #f1c15f, #f6d96f, #f9e1a4);
}

Golden Amber color palette created on .