Your Pink Color Palette
Discover the beautiful Your Pink color palette featuring hot pink (#ff80bf), hot pink (#ff5c9a), radical red (#ff3d7b), radical red (#ff1f5e) and red ribbon (#e6004c).
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 Your Pink palette
💻 Your Pink color palette CSS
/* CSS */
.color-1 {
color: #ff80bf;
}
.color-2 {
color: #ff5c9a;
}
.color-3 {
color: #ff3d7b;
}
.color-4 {
color: #ff1f5e;
}
.color-5 {
color: #e6004c;
}
/* CSS Variables */
:root {
--color-1: #ff80bf;
--color-2: #ff5c9a;
--color-3: #ff3d7b;
--color-4: #ff1f5e;
--color-5: #e6004c;
}
🌈 Your Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80bf, #ff5c9a, #ff3d7b, #ff1f5e, #e6004c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80bf, #ff5c9a, #ff3d7b, #ff1f5e, #e6004c);
}
🔗 Explore similar color palettes
Your Pink color palette created on .