Golden Honey Bliss Color Palette
Discover the beautiful Golden Honey Bliss color palette featuring astra (#f9e9b8), marzipan (#f8daa5), manhattan (#f5c994), gold sand (#ebb78e) and tumbleweed (#d8a57d).
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 Honey Bliss palette
💻 Golden Honey Bliss color palette CSS
/* CSS */
.color-1 {
color: #f9e9b8;
}
.color-2 {
color: #f8daa5;
}
.color-3 {
color: #f5c994;
}
.color-4 {
color: #ebb78e;
}
.color-5 {
color: #d8a57d;
}
/* CSS Variables */
:root {
--color-1: #f9e9b8;
--color-2: #f8daa5;
--color-3: #f5c994;
--color-4: #ebb78e;
--color-5: #d8a57d;
}
🌈 Golden Honey Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e9b8, #f8daa5, #f5c994, #ebb78e, #d8a57d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e9b8, #f8daa5, #f5c994, #ebb78e, #d8a57d);
}
🔗 Explore similar color palettes
Golden Honey Bliss color palette created on .