Shades of Pink Violet Color Palette
Discover the beautiful Shades of Pink Violet color palette featuring light orchid (#d58bd1), wisteria (#a85cb2), east side (#b87ccb), illusion (#f1a7d5) and persian pink (#f47bba).
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 Shades of Pink Violet palette
💻 Shades of Pink Violet color palette CSS
/* CSS */
.color-1 {
color: #d58bd1;
}
.color-2 {
color: #a85cb2;
}
.color-3 {
color: #b87ccb;
}
.color-4 {
color: #f1a7d5;
}
.color-5 {
color: #f47bba;
}
/* CSS Variables */
:root {
--color-1: #d58bd1;
--color-2: #a85cb2;
--color-3: #b87ccb;
--color-4: #f1a7d5;
--color-5: #f47bba;
} 🌈 Shades of Pink Violet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d58bd1, #a85cb2, #b87ccb, #f1a7d5, #f47bba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d58bd1, #a85cb2, #b87ccb, #f1a7d5, #f47bba);
} 🔗 Explore similar color palettes
Shades of Pink Violet color palette created on .