Dark Pink Delight Color Palette
Discover the beautiful Dark Pink Delight color palette featuring maroon flush (#b41d4d), cranberry (#e04d7c), froly (#f57a8b), illusion (#f8b4c1) and pig pink (#fcd4e1).
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 Delight palette
💻 Dark Pink Delight color palette CSS
/* CSS */
.color-1 {
color: #b41d4d;
}
.color-2 {
color: #e04d7c;
}
.color-3 {
color: #f57a8b;
}
.color-4 {
color: #f8b4c1;
}
.color-5 {
color: #fcd4e1;
}
/* CSS Variables */
:root {
--color-1: #b41d4d;
--color-2: #e04d7c;
--color-3: #f57a8b;
--color-4: #f8b4c1;
--color-5: #fcd4e1;
} 🌈 Dark Pink Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b41d4d, #e04d7c, #f57a8b, #f8b4c1, #fcd4e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b41d4d, #e04d7c, #f57a8b, #f8b4c1, #fcd4e1);
} 🔗 Explore similar color palettes
Dark Pink Delight color palette created on .