Shades of Amethyst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Amethyst palette
Shades of Amethyst color palette CSS
/* CSS */
.color-1 {
color: #684b7c;
}
.color-2 {
color: #9a6d9c;
}
.color-3 {
color: #d09ac1;
}
.color-4 {
color: #f1c6d2;
}
.color-5 {
color: #f7d4e1;
}
/* CSS Variables */
:root {
--color-1: #684b7c;
--color-2: #9a6d9c;
--color-3: #d09ac1;
--color-4: #f1c6d2;
--color-5: #f7d4e1;
}
Shades of Amethyst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #684b7c, #9a6d9c, #d09ac1, #f1c6d2, #f7d4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #684b7c, #9a6d9c, #d09ac1, #f1c6d2, #f7d4e1);
}
Similar color palettes
Shades of Amethyst color palette created on .