Blonde Gold Color Palette
Discover the beautiful Blonde Gold color palette featuring dairy cream (#f9e3b4), 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: #f9e3b4;
}
.color-2 {
color: #f3c37c;
}
.color-3 {
color: #e5a23e;
}
.color-4 {
color: #c58a2b;
}
.color-5 {
color: #a76d1b;
}
/* CSS Variables */
:root {
--color-1: #f9e3b4;
--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, #f9e3b4, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b4, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
}
🔗 Explore similar color palettes
Blonde Gold color palette created on .