Pink Strawberry Shortcake Color Palette
Discover the beautiful Pink Strawberry Shortcake color palette featuring mandys pink (#f4c3c3), maize (#f6d5a7), sidecar (#f7e8ca), bittersweet (#ff6e61) and cranberry (#de5e7e).
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 Strawberry Shortcake palette
💻 Pink Strawberry Shortcake color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f7e8ca;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #de5e7e;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f6d5a7;
--color-3: #f7e8ca;
--color-4: #ff6e61;
--color-5: #de5e7e;
}
🌈 Pink Strawberry Shortcake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f6d5a7, #f7e8ca, #ff6e61, #de5e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f6d5a7, #f7e8ca, #ff6e61, #de5e7e);
}
🔗 Explore similar color palettes
Pink Strawberry Shortcake color palette created on .