Pink and Black Elegance Color Palette
Discover the beautiful Pink and Black Elegance color palette featuring white (#ffffff), titan white (#f0f0ff), french rose (#f0518c), mine shaft (#3b3b3b) and black (#000000).
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 and Black Elegance palette
💻 Pink and Black Elegance color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f0ff;
}
.color-3 {
color: #f0518c;
}
.color-4 {
color: #3b3b3b;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f0ff;
--color-3: #f0518c;
--color-4: #3b3b3b;
--color-5: #000000;
} 🌈 Pink and Black Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f0ff, #f0518c, #3b3b3b, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f0ff, #f0518c, #3b3b3b, #000000);
} 🔗 Explore similar color palettes
Pink and Black Elegance color palette created on .