Shades of Amethyst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Amethyst palette

Share this palette to:

Shades of Amethyst color palette PNG image

Download shades of amethyst color palette PNG image (landscape)
Download shades of amethyst color palette PNG image (square)

Shades of Amethyst color palette CSS

/* CSS */
.color-1 {
color: #412c6d;
}
.color-2 {
color: #5e3c86;
}
.color-3 {
color: #804997;
}
.color-4 {
color: #8a58a7;
}
.color-5 {
color: #99679e;
}

/* CSS Variables */
:root {
--color-1: #412c6d;
--color-2: #5e3c86;
--color-3: #804997;
--color-4: #8a58a7;
--color-5: #99679e;
}

Shades of Amethyst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #412c6d, #5e3c86, #804997, #8a58a7, #99679e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #412c6d, #5e3c86, #804997, #8a58a7, #99679e);
}

Shades of Amethyst color palette created on .