Hazel Color Palette
Discover the beautiful Hazel color palette featuring sorrell brown (#d2b69d), muesli (#a87c5d), shingle fawn (#6a4b39), cape cod (#3c3d3e) and plantation (#2a4b3b).
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: #d2b69d;
}
.color-2 {
color: #a87c5d;
}
.color-3 {
color: #6a4b39;
}
.color-4 {
color: #3c3d3e;
}
.color-5 {
color: #2a4b3b;
}
/* CSS Variables */
:root {
--color-1: #d2b69d;
--color-2: #a87c5d;
--color-3: #6a4b39;
--color-4: #3c3d3e;
--color-5: #2a4b3b;
} ๐ Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b69d, #a87c5d, #6a4b39, #3c3d3e, #2a4b3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b69d, #a87c5d, #6a4b39, #3c3d3e, #2a4b3b);
} ๐ Explore similar color palettes
Hazel color palette created on .