Cute Pink Color Palette
Discover the beautiful Cute Pink color palette featuring manhattan (#f7c6a6), wewak (#f2a5a1), azalea (#f4c3d6), morning glory (#9fd4df) and padua (#b1e7d0).
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 Cute Pink palette
💻 Cute Pink color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f2a5a1;
}
.color-3 {
color: #f4c3d6;
}
.color-4 {
color: #9fd4df;
}
.color-5 {
color: #b1e7d0;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f2a5a1;
--color-3: #f4c3d6;
--color-4: #9fd4df;
--color-5: #b1e7d0;
}
🌈 Cute Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f2a5a1, #f4c3d6, #9fd4df, #b1e7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f2a5a1, #f4c3d6, #9fd4df, #b1e7d0);
}
🔗 Explore similar color palettes
Cute Pink color palette created on .