Pink Mochi Color Palette
Discover the beautiful Pink Mochi color palette featuring sidecar (#f4e0c3), mandys pink (#f1beb7), kobi (#e6a7b9), can can (#d78e9a) and contessa (#c55e7b).
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: #f4e0c3;
}
.color-2 {
color: #f1beb7;
}
.color-3 {
color: #e6a7b9;
}
.color-4 {
color: #d78e9a;
}
.color-5 {
color: #c55e7b;
}
/* CSS Variables */
:root {
--color-1: #f4e0c3;
--color-2: #f1beb7;
--color-3: #e6a7b9;
--color-4: #d78e9a;
--color-5: #c55e7b;
} 🌈 Pink Mochi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e0c3, #f1beb7, #e6a7b9, #d78e9a, #c55e7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e0c3, #f1beb7, #e6a7b9, #d78e9a, #c55e7b);
} 🔗 Explore similar color palettes
Pink Mochi color palette created on .