Mealore Color Palette
Discover the beautiful Mealore color palette featuring taupe gray (#adad95), zorba (#a8978c), toast (#9d8067), copper rose (#955e70) and strikemaster (#88567f).
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 Mealore palette
💻 Mealore color palette CSS
/* CSS */
.color-1 {
color: #adad95;
}
.color-2 {
color: #a8978c;
}
.color-3 {
color: #9d8067;
}
.color-4 {
color: #955e70;
}
.color-5 {
color: #88567f;
}
/* CSS Variables */
:root {
--color-1: #adad95;
--color-2: #a8978c;
--color-3: #9d8067;
--color-4: #955e70;
--color-5: #88567f;
} 🌈 Mealore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #adad95, #a8978c, #9d8067, #955e70, #88567f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #adad95, #a8978c, #9d8067, #955e70, #88567f);
} 🔗 Explore similar color palettes
Mealore color palette created on .