Peppermint & Marshmallow Color Palette
Discover the beautiful Peppermint & Marshmallow color palette featuring padua (#a6e3d1), marzipan (#f8d5a5), mandys pink (#f1b1b1), sail (#a1dff7) and french rose (#f25a76).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Marshmallow, Mint, Pastel, Spring color palettes and combinations.
💡 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 Peppermint & Marshmallow palette
💻 Peppermint & Marshmallow color palette CSS
/* CSS */
.color-1 {
color: #a6e3d1;
}
.color-2 {
color: #f8d5a5;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #a6e3d1;
--color-2: #f8d5a5;
--color-3: #f1b1b1;
--color-4: #a1dff7;
--color-5: #f25a76;
} 🌈 Peppermint & Marshmallow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3d1, #f8d5a5, #f1b1b1, #a1dff7, #f25a76);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3d1, #f8d5a5, #f1b1b1, #a1dff7, #f25a76);
} 🔗 Explore similar color palettes
Peppermint & Marshmallow color palette created on .