Pawberri Mochi Color Palette
Discover the beautiful Pawberri Mochi color palette featuring cherub (#f8d9f5), linen (#faede3), azalea (#fbdedf), chantilly (#f8b6d8) and french lilac (#dfa9ea).
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 Pawberri Mochi palette
💻 Pawberri Mochi color palette CSS
/* CSS */
.color-1 {
color: #f8d9f5;
}
.color-2 {
color: #faede3;
}
.color-3 {
color: #fbdedf;
}
.color-4 {
color: #f8b6d8;
}
.color-5 {
color: #dfa9ea;
}
/* CSS Variables */
:root {
--color-1: #f8d9f5;
--color-2: #faede3;
--color-3: #fbdedf;
--color-4: #f8b6d8;
--color-5: #dfa9ea;
} 🌈 Pawberri Mochi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d9f5, #faede3, #fbdedf, #f8b6d8, #dfa9ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d9f5, #faede3, #fbdedf, #f8b6d8, #dfa9ea);
} 🔗 Explore similar color palettes
Pawberri Mochi color palette created on .