Light Gold Color Palette
Discover the beautiful Light Gold color palette featuring anzac (#dd9946), porsche (#edbb64), maize (#f4d59f), banana mania (#fbeab1) and apricot peach (#f9cabe).
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 Light Gold palette
๐ป Light Gold color palette CSS
/* CSS */
.color-1 {
color: #dd9946;
}
.color-2 {
color: #edbb64;
}
.color-3 {
color: #f4d59f;
}
.color-4 {
color: #fbeab1;
}
.color-5 {
color: #f9cabe;
}
/* CSS Variables */
:root {
--color-1: #dd9946;
--color-2: #edbb64;
--color-3: #f4d59f;
--color-4: #fbeab1;
--color-5: #f9cabe;
}
๐ Light Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd9946, #edbb64, #f4d59f, #fbeab1, #f9cabe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd9946, #edbb64, #f4d59f, #fbeab1, #f9cabe);
}
๐ Explore similar color palettes
Light Gold color palette created on .