Blonde Gold Color Palette
Discover the beautiful Blonde Gold color palette featuring astra (#f9e3b3), golden sand (#f3c37c), tulip tree (#e5a23e), brandy punch (#c58a2b) and mandalay (#a76d1b).
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 Blonde Gold palette
๐ป Blonde Gold color palette CSS
/* CSS */
.color-1 {
color: #f9e3b3;
}
.color-2 {
color: #f3c37c;
}
.color-3 {
color: #e5a23e;
}
.color-4 {
color: #c58a2b;
}
.color-5 {
color: #a76d1b;
}
/* CSS Variables */
:root {
--color-1: #f9e3b3;
--color-2: #f3c37c;
--color-3: #e5a23e;
--color-4: #c58a2b;
--color-5: #a76d1b;
} ๐ Blonde Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3b3, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b3, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
} ๐ Explore similar color palettes
Blonde Gold color palette created on .