Hazelblossom Color Palette
Discover the beautiful Hazelblossom color palette featuring rodeo dust (#c7b899), akaroa (#d4c6a5), grain brown (#e3d5b5), albescent white (#f2e1c4) and citrine white (#f9ead7).
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: #c7b899;
}
.color-2 {
color: #d4c6a5;
}
.color-3 {
color: #e3d5b5;
}
.color-4 {
color: #f2e1c4;
}
.color-5 {
color: #f9ead7;
}
/* CSS Variables */
:root {
--color-1: #c7b899;
--color-2: #d4c6a5;
--color-3: #e3d5b5;
--color-4: #f2e1c4;
--color-5: #f9ead7;
}
🌈 Hazelblossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b899, #d4c6a5, #e3d5b5, #f2e1c4, #f9ead7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b899, #d4c6a5, #e3d5b5, #f2e1c4, #f9ead7);
}
🔗 Explore similar color palettes
Hazelblossom color palette created on .