Purple Mystic Color Palette
Discover the beautiful Purple Mystic color palette featuring rum (#6a5b8b), lavender purple (#9b7daa), blue haze (#d1c7e1), azalea (#f4b8cf) and azalea (#f7c5d5).
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 Mystic palette
💻 Purple Mystic color palette CSS
/* CSS */
.color-1 {
  color: #6a5b8b;
 }
.color-2 {
  color: #9b7daa;
 }
.color-3 {
  color: #d1c7e1;
 }
.color-4 {
  color: #f4b8cf;
 }
.color-5 {
  color: #f7c5d5;
 }
/* CSS Variables */
:root {
  --color-1: #6a5b8b;
  --color-2: #9b7daa;
  --color-3: #d1c7e1;
  --color-4: #f4b8cf;
  --color-5: #f7c5d5;
 } 🌈 Purple Mystic background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #6a5b8b, #9b7daa, #d1c7e1, #f4b8cf, #f7c5d5);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #6a5b8b, #9b7daa, #d1c7e1, #f4b8cf, #f7c5d5);
 } 🔗 Explore similar color palettes
Purple Mystic color palette created on .