Amethyst Queen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amethyst Queen palette

Share this palette to:

Amethyst Queen color palette PNG image

Download amethyst queen color palette PNG image (landscape)
Download amethyst queen color palette PNG image (square)

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);
}

Amethyst Queen color palette created on .