Amethyst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amethyst palette

Share this palette to:

Download Amethyst Color Palette (PNG)

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

Amethyst color palette CSS

/* CSS */
.color-1 {
color: #7c6482;
}
.color-2 {
color: #745368;
}
.color-3 {
color: #734e5b;
}
.color-4 {
color: #9f7f97;
}
.color-5 {
color: #a68ca5;
}

/* CSS Variables */
:root {
--color-1: #7c6482;
--color-2: #745368;
--color-3: #734e5b;
--color-4: #9f7f97;
--color-5: #a68ca5;
}

Amethyst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c6482, #745368, #734e5b, #9f7f97, #a68ca5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c6482, #745368, #734e5b, #9f7f97, #a68ca5);
}

Amethyst color palette created on .