Amethyst Queen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amethyst Queen palette
Color Inspiration
Images that showcase this color palette in real designs
Download Amethyst Queen Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.amethyst color palettes
Amethyst Queen color palette created on .