Bartolomé Michel Color Palette
Discover the beautiful Bartolomé Michel color palette featuring manhattan (#f6c1a7), cashmere (#e6b29e), whiskey (#d59c7b), twine (#c58d59) and copper (#a67b3a).
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 Bartolomé Michel palette
💻 Bartolomé Michel color palette CSS
/* CSS */
.color-1 {
color: #f6c1a7;
}
.color-2 {
color: #e6b29e;
}
.color-3 {
color: #d59c7b;
}
.color-4 {
color: #c58d59;
}
.color-5 {
color: #a67b3a;
}
/* CSS Variables */
:root {
--color-1: #f6c1a7;
--color-2: #e6b29e;
--color-3: #d59c7b;
--color-4: #c58d59;
--color-5: #a67b3a;
}
🌈 Bartolomé Michel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1a7, #e6b29e, #d59c7b, #c58d59, #a67b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1a7, #e6b29e, #d59c7b, #c58d59, #a67b3a);
}
🔗 Explore similar color palettes
Bartolomé Michel color palette created on .