Golden Dusk Color Palette
Discover the beautiful Golden Dusk color palette featuring anzac (#e0b748), old gold (#d5a84d), tussock (#c8993c), alpine (#b58e2c) and mandalay (#a77f1b).
Brightness
Saturation
Warmth
๐ก 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 Dusk palette
๐ป Golden Dusk color palette CSS
/* CSS */
.color-1 {
color: #e0b748;
}
.color-2 {
color: #d5a84d;
}
.color-3 {
color: #c8993c;
}
.color-4 {
color: #b58e2c;
}
.color-5 {
color: #a77f1b;
}
/* CSS Variables */
:root {
--color-1: #e0b748;
--color-2: #d5a84d;
--color-3: #c8993c;
--color-4: #b58e2c;
--color-5: #a77f1b;
} ๐ Golden Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b748, #d5a84d, #c8993c, #b58e2c, #a77f1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b748, #d5a84d, #c8993c, #b58e2c, #a77f1b);
} ๐ Explore similar color palettes
Golden Dusk color palette created on .