Amethyst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amethyst palette

Share this palette to:

Amethyst color palette PNG image

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

Amethyst color palette CSS

/* CSS */
.color-1 {
color: #3c2a3a;
}
.color-2 {
color: #3b262f;
}
.color-3 {
color: #392227;
}
.color-4 {
color: #503544;
}
.color-5 {
color: #553a4c;
}

/* CSS Variables */
:root {
--color-1: #3c2a3a;
--color-2: #3b262f;
--color-3: #392227;
--color-4: #503544;
--color-5: #553a4c;
}

Amethyst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a3a, #3b262f, #392227, #503544, #553a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a3a, #3b262f, #392227, #503544, #553a4c);
}

Amethyst color palette created on .