Dark Pink Color Palette
Discover the beautiful Dark Pink color palette featuring baltic sea (#2c2a32), thunder (#3d293b), eggplant (#5b3e4d), falcon (#8b5b6c) and puce (#c27a9f).
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 Dark Pink palette
💻 Dark Pink color palette CSS
/* CSS */
.color-1 {
color: #2c2a32;
}
.color-2 {
color: #3d293b;
}
.color-3 {
color: #5b3e4d;
}
.color-4 {
color: #8b5b6c;
}
.color-5 {
color: #c27a9f;
}
/* CSS Variables */
:root {
--color-1: #2c2a32;
--color-2: #3d293b;
--color-3: #5b3e4d;
--color-4: #8b5b6c;
--color-5: #c27a9f;
} 🌈 Dark Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2a32, #3d293b, #5b3e4d, #8b5b6c, #c27a9f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2a32, #3d293b, #5b3e4d, #8b5b6c, #c27a9f);
} 🔗 Explore similar color palettes
Dark Pink color palette created on .