Pastel Pink Color Palette
Discover the beautiful Pastel Pink color palette featuring corvette (#f8cfa0), light wisteria (#d5b1e2), regent st blue (#a2c7e7), illusion (#f7a1b4) and manhattan (#f4c49f).
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 Pastel Pink palette
💻 Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #f8cfa0;
}
.color-2 {
color: #d5b1e2;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #f7a1b4;
}
.color-5 {
color: #f4c49f;
}
/* CSS Variables */
:root {
--color-1: #f8cfa0;
--color-2: #d5b1e2;
--color-3: #a2c7e7;
--color-4: #f7a1b4;
--color-5: #f4c49f;
}
🌈 Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cfa0, #d5b1e2, #a2c7e7, #f7a1b4, #f4c49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cfa0, #d5b1e2, #a2c7e7, #f7a1b4, #f4c49f);
}
🔗 Explore similar color palettes
Pastel Pink color palette created on .