Hazel Color Palette
Discover the beautiful Hazel color palette featuring judge gray (#5b4a39), muesli (#a97a5b), vanilla (#d2b7a3), brandy (#e2c9a1) and sinbad (#a3d2ca).
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 palette
💻 Hazel color palette CSS
/* CSS */
.color-1 {
color: #5b4a39;
}
.color-2 {
color: #a97a5b;
}
.color-3 {
color: #d2b7a3;
}
.color-4 {
color: #e2c9a1;
}
.color-5 {
color: #a3d2ca;
}
/* CSS Variables */
:root {
--color-1: #5b4a39;
--color-2: #a97a5b;
--color-3: #d2b7a3;
--color-4: #e2c9a1;
--color-5: #a3d2ca;
}
🌈 Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4a39, #a97a5b, #d2b7a3, #e2c9a1, #a3d2ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4a39, #a97a5b, #d2b7a3, #e2c9a1, #a3d2ca);
}
🔗 Explore similar color palettes
Hazel color palette created on .