Honey Blonde Color Palette
Discover the beautiful Honey Blonde color palette featuring anzac (#d9b74a), pancho (#e9caa5), wheat (#f5e3b2), marzipan (#f8d8a0) and ronchi (#f0c24c).
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 Honey Blonde palette
💻 Honey Blonde color palette CSS
/* CSS */
.color-1 {
color: #d9b74a;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #f5e3b2;
}
.color-4 {
color: #f8d8a0;
}
.color-5 {
color: #f0c24c;
}
/* CSS Variables */
:root {
--color-1: #d9b74a;
--color-2: #e9caa5;
--color-3: #f5e3b2;
--color-4: #f8d8a0;
--color-5: #f0c24c;
} 🌈 Honey Blonde background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b74a, #e9caa5, #f5e3b2, #f8d8a0, #f0c24c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b74a, #e9caa5, #f5e3b2, #f8d8a0, #f0c24c);
} 🔗 Explore similar color palettes
Honey Blonde color palette created on .