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