Golden Sunset Color Palette

Discover the beautiful Golden Sunset color palette featuring hokey pokey (#d5a52a), paarl (#a55e2c), red damask (#e07c3e), anzac (#e5b252) and manhattan (#f4c8a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Amber, Beach, Bright, Warm 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 Sunset palette

Share this palette to:

💻 Golden Sunset color palette CSS

/* CSS */
.color-1 {
color: #d5a52a;
}
.color-2 {
color: #a55e2c;
}
.color-3 {
color: #e07c3e;
}
.color-4 {
color: #e5b252;
}
.color-5 {
color: #f4c8a4;
}

/* CSS Variables */
:root {
--color-1: #d5a52a;
--color-2: #a55e2c;
--color-3: #e07c3e;
--color-4: #e5b252;
--color-5: #f4c8a4;
}

🌈 Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a52a, #a55e2c, #e07c3e, #e5b252, #f4c8a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a52a, #a55e2c, #e07c3e, #e5b252, #f4c8a4);
}

Golden Sunset color palette created on .