Barber Blue Color Palette
Discover the beautiful Barber Blue color palette featuring casablanca (#f5b342), flame pea (#d85d2c), havelock blue (#4b91e2), seance (#7c2a92) and maize (#f7c6b1).
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 Barber Blue palette
💻 Barber Blue color palette CSS
/* CSS */
.color-1 {
color: #f5b342;
}
.color-2 {
color: #d85d2c;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #7c2a92;
}
.color-5 {
color: #f7c6b1;
}
/* CSS Variables */
:root {
--color-1: #f5b342;
--color-2: #d85d2c;
--color-3: #4b91e2;
--color-4: #7c2a92;
--color-5: #f7c6b1;
}
🌈 Barber Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b342, #d85d2c, #4b91e2, #7c2a92, #f7c6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b342, #d85d2c, #4b91e2, #7c2a92, #f7c6b1);
}
🔗 Explore similar color palettes
Barber Blue color palette created on .