Hazel Color Palette
Discover the beautiful Hazel color palette featuring copper (#b57c3b), di serria (#d8a65a), indian khaki (#c2b180), olive drab (#6b8f24) and judge gray (#4e4b31).
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: #b57c3b;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #4e4b31;
}
/* CSS Variables */
:root {
--color-1: #b57c3b;
--color-2: #d8a65a;
--color-3: #c2b180;
--color-4: #6b8f24;
--color-5: #4e4b31;
} ๐ Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57c3b, #d8a65a, #c2b180, #6b8f24, #4e4b31);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57c3b, #d8a65a, #c2b180, #6b8f24, #4e4b31);
} ๐ Explore similar color palettes
Hazel color palette created on .