Michael's Mosaic Color Palette
Discover the beautiful Michael's Mosaic color palette featuring fountain blue (#4fb2bf), wewak (#f1a8a2), energy yellow (#f9d55d), crusta (#f76a36) and cinnabar (#e24a3c).
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 Michael's Mosaic palette
💻 Michael's Mosaic color palette CSS
/* CSS */
.color-1 {
color: #4fb2bf;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f9d55d;
}
.color-4 {
color: #f76a36;
}
.color-5 {
color: #e24a3c;
}
/* CSS Variables */
:root {
--color-1: #4fb2bf;
--color-2: #f1a8a2;
--color-3: #f9d55d;
--color-4: #f76a36;
--color-5: #e24a3c;
} 🌈 Michael's Mosaic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fb2bf, #f1a8a2, #f9d55d, #f76a36, #e24a3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fb2bf, #f1a8a2, #f9d55d, #f76a36, #e24a3c);
} 🔗 Explore similar color palettes
Michael's Mosaic color palette created on .