Hazel Haven Color Palette
Discover the beautiful Hazel Haven color palette featuring millbrook (#5d4c37), go ben (#786e4f), barley corn (#a68b5e), laser (#d2b879) and brandy (#dfbf9f).
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 Hazel Haven palette
💻 Hazel Haven color palette CSS
/* CSS */
.color-1 {
color: #5d4c37;
}
.color-2 {
color: #786e4f;
}
.color-3 {
color: #a68b5e;
}
.color-4 {
color: #d2b879;
}
.color-5 {
color: #dfbf9f;
}
/* CSS Variables */
:root {
--color-1: #5d4c37;
--color-2: #786e4f;
--color-3: #a68b5e;
--color-4: #d2b879;
--color-5: #dfbf9f;
}
🌈 Hazel Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4c37, #786e4f, #a68b5e, #d2b879, #dfbf9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4c37, #786e4f, #a68b5e, #d2b879, #dfbf9f);
}
🔗 Explore similar color palettes
Hazel Haven color palette created on .