Hazelblossom Color Palette
Discover the beautiful Hazelblossom color palette featuring ironstone (#7d4c3b), tacao (#f1b67e), flesh (#ffc6a3), wewak (#efa4b0) and charm (#d96d8f).
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 Hazelblossom palette
💻 Hazelblossom color palette CSS
/* CSS */
.color-1 {
color: #7d4c3b;
}
.color-2 {
color: #f1b67e;
}
.color-3 {
color: #ffc6a3;
}
.color-4 {
color: #efa4b0;
}
.color-5 {
color: #d96d8f;
}
/* CSS Variables */
:root {
--color-1: #7d4c3b;
--color-2: #f1b67e;
--color-3: #ffc6a3;
--color-4: #efa4b0;
--color-5: #d96d8f;
}
🌈 Hazelblossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c3b, #f1b67e, #ffc6a3, #efa4b0, #d96d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c3b, #f1b67e, #ffc6a3, #efa4b0, #d96d8f);
}
🔗 Explore similar color palettes
Hazelblossom color palette created on .