Pink Strawberry Color Palette
Discover the beautiful Pink Strawberry color palette featuring wild strawberry (#ff3399), hot pink (#ff70a0), pink salmon (#ff9eb1), cotton candy (#ffc2d9) and lavender blush (#ffe5eb).
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 palette
💻 Pink Strawberry color palette CSS
/* CSS */
.color-1 {
color: #ff3399;
}
.color-2 {
color: #ff70a0;
}
.color-3 {
color: #ff9eb1;
}
.color-4 {
color: #ffc2d9;
}
.color-5 {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--color-1: #ff3399;
--color-2: #ff70a0;
--color-3: #ff9eb1;
--color-4: #ffc2d9;
--color-5: #ffe5eb;
}
🌈 Pink Strawberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3399, #ff70a0, #ff9eb1, #ffc2d9, #ffe5eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3399, #ff70a0, #ff9eb1, #ffc2d9, #ffe5eb);
}
🔗 Explore similar color palettes
Pink Strawberry color palette created on .