Cute Pink Color Palette
Discover the beautiful Cute Pink color palette featuring chantilly (#f9c3cf), illusion (#f7a6c6), rose bud (#f8a2a0), casablanca (#f9b35d) and energy yellow (#f8d859).
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: #f9c3cf;
}
.color-2 {
color: #f7a6c6;
}
.color-3 {
color: #f8a2a0;
}
.color-4 {
color: #f9b35d;
}
.color-5 {
color: #f8d859;
}
/* CSS Variables */
:root {
--color-1: #f9c3cf;
--color-2: #f7a6c6;
--color-3: #f8a2a0;
--color-4: #f9b35d;
--color-5: #f8d859;
}
🌈 Cute Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3cf, #f7a6c6, #f8a2a0, #f9b35d, #f8d859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3cf, #f7a6c6, #f8a2a0, #f9b35d, #f8d859);
}
🔗 Explore similar color palettes
Cute Pink color palette created on .