Hazel Earth Color Palette
Discover the beautiful Hazel Earth color palette featuring driftwood (#a87c4d), twine (#bf9f69), sorrell brown (#c7b78a), pavlova (#d6c69f) and grain brown (#e3d9b5).
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 Earth palette
๐ป Hazel Earth color palette CSS
/* CSS */
.color-1 {
color: #a87c4d;
}
.color-2 {
color: #bf9f69;
}
.color-3 {
color: #c7b78a;
}
.color-4 {
color: #d6c69f;
}
.color-5 {
color: #e3d9b5;
}
/* CSS Variables */
:root {
--color-1: #a87c4d;
--color-2: #bf9f69;
--color-3: #c7b78a;
--color-4: #d6c69f;
--color-5: #e3d9b5;
} ๐ Hazel Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a87c4d, #bf9f69, #c7b78a, #d6c69f, #e3d9b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a87c4d, #bf9f69, #c7b78a, #d6c69f, #e3d9b5);
} ๐ Explore similar color palettes
Hazel Earth color palette created on .