Dark Pink Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Pink Delight palette
Dark Pink Delight color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.dark-pink color palettes
Dark Pink Delight color palette created on .