Boho Hairstylist Color Palette
Discover the beautiful Boho Hairstylist color palette featuring oriental pink (#c99c87), akaroa (#d0bb9f), cashmere (#e6c4a3), maize (#f4d69f) and astra (#f9e5b4).
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 Boho Hairstylist palette
💻 Boho Hairstylist color palette CSS
/* CSS */
.color-1 {
color: #c99c87;
}
.color-2 {
color: #d0bb9f;
}
.color-3 {
color: #e6c4a3;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f9e5b4;
}
/* CSS Variables */
:root {
--color-1: #c99c87;
--color-2: #d0bb9f;
--color-3: #e6c4a3;
--color-4: #f4d69f;
--color-5: #f9e5b4;
}
🌈 Boho Hairstylist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c99c87, #d0bb9f, #e6c4a3, #f4d69f, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c99c87, #d0bb9f, #e6c4a3, #f4d69f, #f9e5b4);
}
🔗 Explore similar color palettes
Boho Hairstylist color palette created on .