Dark Pink Delight Color Palette
Discover the beautiful Dark Pink Delight color palette featuring turkish rose (#ae6b89), bouquet (#b47997), bouquet (#ba8ca5), lily (#bf9bb2) and tapestry (#a95b73).
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: #ae6b89;
}
.color-2 {
color: #b47997;
}
.color-3 {
color: #ba8ca5;
}
.color-4 {
color: #bf9bb2;
}
.color-5 {
color: #a95b73;
}
/* CSS Variables */
:root {
--color-1: #ae6b89;
--color-2: #b47997;
--color-3: #ba8ca5;
--color-4: #bf9bb2;
--color-5: #a95b73;
} ๐ Dark Pink Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae6b89, #b47997, #ba8ca5, #bf9bb2, #a95b73);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae6b89, #b47997, #ba8ca5, #bf9bb2, #a95b73);
} ๐ Explore similar color palettes
Dark Pink Delight color palette created on .