Pink Shades Color Palette
Discover the beautiful Pink Shades color palette featuring corvette (#f8caa5), wewak (#f1a8a2), illusion (#f49ab9), wisteria (#b17dbf) and melrose (#a78fff).
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 Shades palette
💻 Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f49ab9;
}
.color-4 {
color: #b17dbf;
}
.color-5 {
color: #a78fff;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f1a8a2;
--color-3: #f49ab9;
--color-4: #b17dbf;
--color-5: #a78fff;
} 🌈 Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f1a8a2, #f49ab9, #b17dbf, #a78fff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f1a8a2, #f49ab9, #b17dbf, #a78fff);
} 🔗 Explore similar color palettes
Pink Shades color palette created on .