Dark Pink Color Palette
Discover the beautiful Dark Pink color palette featuring melanzane (#35082a), claret (#770f2a), cabaret (#d63b6a), carissma (#eb84be) and we peep (#efbed8).
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: #35082a;
}
.color-2 {
color: #770f2a;
}
.color-3 {
color: #d63b6a;
}
.color-4 {
color: #eb84be;
}
.color-5 {
color: #efbed8;
}
/* CSS Variables */
:root {
--color-1: #35082a;
--color-2: #770f2a;
--color-3: #d63b6a;
--color-4: #eb84be;
--color-5: #efbed8;
} 🌈 Dark Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35082a, #770f2a, #d63b6a, #eb84be, #efbed8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35082a, #770f2a, #d63b6a, #eb84be, #efbed8);
} 🔗 Explore similar color palettes
Dark Pink color palette created on .