Ice Cream Color Palette
Discover the beautiful Ice Cream color palette featuring mandys pink (#f6c1c1), marzipan (#f7e1a1), morning glory (#a1d6e2), prelude (#d9b6e2) and mona lisa (#ff9e9e).
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 Ice Cream palette
💻 Ice Cream color palette CSS
/* CSS */
.color-1 {
color: #f6c1c1;
}
.color-2 {
color: #f7e1a1;
}
.color-3 {
color: #a1d6e2;
}
.color-4 {
color: #d9b6e2;
}
.color-5 {
color: #ff9e9e;
}
/* CSS Variables */
:root {
--color-1: #f6c1c1;
--color-2: #f7e1a1;
--color-3: #a1d6e2;
--color-4: #d9b6e2;
--color-5: #ff9e9e;
} 🌈 Ice Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1c1, #f7e1a1, #a1d6e2, #d9b6e2, #ff9e9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1c1, #f7e1a1, #a1d6e2, #d9b6e2, #ff9e9e);
} 🔗 Explore similar color palettes
Ice Cream color palette created on .