Golden Glow Harmony Color Palette

Discover the beautiful Golden Glow Harmony color palette featuring anzac (#d9b74a), corvette (#f8caa5), porsche (#e4a15e), husk (#b4a355) and equator (#e4c26c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Glow Harmony palette

Share this palette to:

💻 Golden Glow Harmony color palette CSS

/* CSS */
.color-1 {
color: #d9b74a;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #e4a15e;
}
.color-4 {
color: #b4a355;
}
.color-5 {
color: #e4c26c;
}

/* CSS Variables */
:root {
--color-1: #d9b74a;
--color-2: #f8caa5;
--color-3: #e4a15e;
--color-4: #b4a355;
--color-5: #e4c26c;
}

🌈 Golden Glow Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b74a, #f8caa5, #e4a15e, #b4a355, #e4c26c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b74a, #f8caa5, #e4a15e, #b4a355, #e4c26c);
}

Golden Glow Harmony color palette created on .