Bazaar Inspired Color Palette
Discover the beautiful Bazaar Inspired color palette featuring clam shell (#d4b6ab), eunry (#c8a49d), thatch (#b78f96), mountbatten pink (#9d7b8b) and falcon (#7e5d6b).
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 Bazaar Inspired palette
💻 Bazaar Inspired color palette CSS
/* CSS */
.color-1 {
color: #d4b6ab;
}
.color-2 {
color: #c8a49d;
}
.color-3 {
color: #b78f96;
}
.color-4 {
color: #9d7b8b;
}
.color-5 {
color: #7e5d6b;
}
/* CSS Variables */
:root {
--color-1: #d4b6ab;
--color-2: #c8a49d;
--color-3: #b78f96;
--color-4: #9d7b8b;
--color-5: #7e5d6b;
}
🌈 Bazaar Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b6ab, #c8a49d, #b78f96, #9d7b8b, #7e5d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b6ab, #c8a49d, #b78f96, #9d7b8b, #7e5d6b);
}
🔗 Explore similar color palettes
Bazaar Inspired color palette created on .