Ice Cream Sunday Color Palette
Discover the beautiful Ice Cream Sunday color palette featuring mandys pink (#f5b6b2), marzipan (#f8d3a0), sandwisp (#f5e0a8), gossip (#e1f5b7) and charlotte (#b2e7f5).
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 Sunday palette
💻 Ice Cream Sunday color palette CSS
/* CSS */
.color-1 {
color: #f5b6b2;
}
.color-2 {
color: #f8d3a0;
}
.color-3 {
color: #f5e0a8;
}
.color-4 {
color: #e1f5b7;
}
.color-5 {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--color-1: #f5b6b2;
--color-2: #f8d3a0;
--color-3: #f5e0a8;
--color-4: #e1f5b7;
--color-5: #b2e7f5;
} 🌈 Ice Cream Sunday background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b6b2, #f8d3a0, #f5e0a8, #e1f5b7, #b2e7f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b6b2, #f8d3a0, #f5e0a8, #e1f5b7, #b2e7f5);
} 🔗 Explore similar color palettes
Ice Cream Sunday color palette created on .