Purple Rose Shades Color Palette
Discover the beautiful Purple Rose Shades color palette featuring amethyst (#9651c8), east side (#be8ad0), mauve (#e2bdff), chantilly (#f7c5f7) and froly (#f16a97).
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 Purple Rose Shades palette
💻 Purple Rose Shades color palette CSS
/* CSS */
.color-1 {
color: #9651c8;
}
.color-2 {
color: #be8ad0;
}
.color-3 {
color: #e2bdff;
}
.color-4 {
color: #f7c5f7;
}
.color-5 {
color: #f16a97;
}
/* CSS Variables */
:root {
--color-1: #9651c8;
--color-2: #be8ad0;
--color-3: #e2bdff;
--color-4: #f7c5f7;
--color-5: #f16a97;
} 🌈 Purple Rose Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9651c8, #be8ad0, #e2bdff, #f7c5f7, #f16a97);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9651c8, #be8ad0, #e2bdff, #f7c5f7, #f16a97);
} 🔗 Explore similar color palettes
Purple Rose Shades color palette created on .