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