Mystic Amethyst Dream Color Palette
Discover the beautiful Mystic Amethyst Dream color palette featuring purple heart (#8a2ce2), purple (#690dab), wisteria (#a85eba), light orchid (#dda1dd) and light orchid (#eab8e4).
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 Mystic Amethyst Dream palette
💻 Mystic Amethyst Dream color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #690dab;
}
.color-3 {
color: #a85eba;
}
.color-4 {
color: #dda1dd;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #690dab;
--color-3: #a85eba;
--color-4: #dda1dd;
--color-5: #eab8e4;
} 🌈 Mystic Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #690dab, #a85eba, #dda1dd, #eab8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #690dab, #a85eba, #dda1dd, #eab8e4);
} 🔗 Explore similar color palettes
Mystic Amethyst Dream color palette created on .