Pink Mochi Color Palette
Discover the beautiful Pink Mochi color palette featuring illusion (#f5b2c2), kobi (#e6a8c2), viola (#d09ac1), east side (#c18dc4) and east side (#a48cc5).
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 Pink Mochi palette
💻 Pink Mochi color palette CSS
/* CSS */
.color-1 {
color: #f5b2c2;
}
.color-2 {
color: #e6a8c2;
}
.color-3 {
color: #d09ac1;
}
.color-4 {
color: #c18dc4;
}
.color-5 {
color: #a48cc5;
}
/* CSS Variables */
:root {
--color-1: #f5b2c2;
--color-2: #e6a8c2;
--color-3: #d09ac1;
--color-4: #c18dc4;
--color-5: #a48cc5;
}
🌈 Pink Mochi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c2, #e6a8c2, #d09ac1, #c18dc4, #a48cc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c2, #e6a8c2, #d09ac1, #c18dc4, #a48cc5);
}
🔗 Explore similar color palettes
Pink Mochi color palette created on .