Hazel Color Palette
Discover the beautiful Hazel color palette featuring kumera (#895b29), cameo (#d9b99b), barley corn (#a67d5e), sorrell brown (#c5a47d) and lisbon brown (#4b3c26).
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: #895b29;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #a67d5e;
}
.color-4 {
color: #c5a47d;
}
.color-5 {
color: #4b3c26;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d9b99b;
--color-3: #a67d5e;
--color-4: #c5a47d;
--color-5: #4b3c26;
}
🌈 Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d9b99b, #a67d5e, #c5a47d, #4b3c26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d9b99b, #a67d5e, #c5a47d, #4b3c26);
}
🔗 Explore similar color palettes
Hazel color palette created on .