Mineral Mosaic Color Palette
Discover the beautiful Mineral Mosaic color palette featuring rio grande (#c4d600), pistachio (#a1b300), school bus yellow (#fad900), buddha gold (#d6a400) and yellow metal (#7e6b3e).
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 Mineral Mosaic palette
💻 Mineral Mosaic color palette CSS
/* CSS */
.color-1 {
color: #c4d600;
}
.color-2 {
color: #a1b300;
}
.color-3 {
color: #fad900;
}
.color-4 {
color: #d6a400;
}
.color-5 {
color: #7e6b3e;
}
/* CSS Variables */
:root {
--color-1: #c4d600;
--color-2: #a1b300;
--color-3: #fad900;
--color-4: #d6a400;
--color-5: #7e6b3e;
} 🌈 Mineral Mosaic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d600, #a1b300, #fad900, #d6a400, #7e6b3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d600, #a1b300, #fad900, #d6a400, #7e6b3e);
} 🔗 Explore similar color palettes
Mineral Mosaic color palette created on .