Cute Purple Color Palette
Discover the beautiful Cute Purple color palette featuring mid gray (#5a5b6c), mobster (#8a7a99), wisteria (#a86eb4), cranberry (#d95e97) and mandys pink (#f6b6b1).
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 Cute Purple palette
💻 Cute Purple color palette CSS
/* CSS */
.color-1 {
color: #5a5b6c;
}
.color-2 {
color: #8a7a99;
}
.color-3 {
color: #a86eb4;
}
.color-4 {
color: #d95e97;
}
.color-5 {
color: #f6b6b1;
}
/* CSS Variables */
:root {
--color-1: #5a5b6c;
--color-2: #8a7a99;
--color-3: #a86eb4;
--color-4: #d95e97;
--color-5: #f6b6b1;
} 🌈 Cute Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5b6c, #8a7a99, #a86eb4, #d95e97, #f6b6b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5b6c, #8a7a99, #a86eb4, #d95e97, #f6b6b1);
} 🔗 Explore similar color palettes
Cute Purple color palette created on .