Hazel Glow Color Palette
Discover the beautiful Hazel Glow color palette featuring brown rust (#a55d3b), old rose (#c59b7d), pavlova (#d7c8a2), sprout (#b9d2a2) and laurel (#6e8d6d).
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 Glow palette
💻 Hazel Glow color palette CSS
/* CSS */
.color-1 {
color: #a55d3b;
}
.color-2 {
color: #c59b7d;
}
.color-3 {
color: #d7c8a2;
}
.color-4 {
color: #b9d2a2;
}
.color-5 {
color: #6e8d6d;
}
/* CSS Variables */
:root {
--color-1: #a55d3b;
--color-2: #c59b7d;
--color-3: #d7c8a2;
--color-4: #b9d2a2;
--color-5: #6e8d6d;
}
🌈 Hazel Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a55d3b, #c59b7d, #d7c8a2, #b9d2a2, #6e8d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a55d3b, #c59b7d, #d7c8a2, #b9d2a2, #6e8d6d);
}
🔗 Explore similar color palettes
Hazel Glow color palette created on .