Mochi Color Palette
Discover the beautiful Mochi color palette featuring vanilla ice (#f2d4d4), rose bud (#f9aeae), corvette (#f9d09f), mandys pink (#f1bfb1) and shilo (#e9b4c1).
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 Mochi palette
💻 Mochi color palette CSS
/* CSS */
.color-1 {
color: #f2d4d4;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f9d09f;
}
.color-4 {
color: #f1bfb1;
}
.color-5 {
color: #e9b4c1;
}
/* CSS Variables */
:root {
--color-1: #f2d4d4;
--color-2: #f9aeae;
--color-3: #f9d09f;
--color-4: #f1bfb1;
--color-5: #e9b4c1;
} 🌈 Mochi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d4d4, #f9aeae, #f9d09f, #f1bfb1, #e9b4c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d4d4, #f9aeae, #f9d09f, #f1bfb1, #e9b4c1);
} 🔗 Explore similar color palettes
Mochi color palette created on .