Pink Marketing Color Palette
Discover the beautiful Pink Marketing color palette featuring wewak (#f1a8a2), mandys pink (#f1c3b1), just right (#f1d5c1), fall green (#e8e7b0) and celadon (#c2e6b2).
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 Marketing palette
💻 Pink Marketing color palette CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c3b1;
}
.color-3 {
color: #f1d5c1;
}
.color-4 {
color: #e8e7b0;
}
.color-5 {
color: #c2e6b2;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c3b1;
--color-3: #f1d5c1;
--color-4: #e8e7b0;
--color-5: #c2e6b2;
} 🌈 Pink Marketing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c3b1, #f1d5c1, #e8e7b0, #c2e6b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c3b1, #f1d5c1, #e8e7b0, #c2e6b2);
} 🔗 Explore similar color palettes
Pink Marketing color palette created on .