Amethyst Queen Color Palette
Discover the beautiful Amethyst Queen color palette featuring bouquet (#a76c9a), london hue (#bfa4c6), melanie (#e5c7e5), french lilac (#d5b5e8) and affair (#6e4d7a).
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 Amethyst Queen palette
💻 Amethyst Queen color palette CSS
/* CSS */
.color-1 {
color: #a76c9a;
}
.color-2 {
color: #bfa4c6;
}
.color-3 {
color: #e5c7e5;
}
.color-4 {
color: #d5b5e8;
}
.color-5 {
color: #6e4d7a;
}
/* CSS Variables */
:root {
--color-1: #a76c9a;
--color-2: #bfa4c6;
--color-3: #e5c7e5;
--color-4: #d5b5e8;
--color-5: #6e4d7a;
} 🌈 Amethyst Queen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c9a, #bfa4c6, #e5c7e5, #d5b5e8, #6e4d7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c9a, #bfa4c6, #e5c7e5, #d5b5e8, #6e4d7a);
} 🔗 Explore similar color palettes
Amethyst Queen color palette created on .