Dark Amethyst Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Amethyst Shades palette
Dark Amethyst Shades color palette PNG image
Dark Amethyst Shades color palette CSS
/* CSS */
.color-1 {
color: #281952;
}
.color-2 {
color: #39205b;
}
.color-3 {
color: #512965;
}
.color-4 {
color: #61377b;
}
.color-5 {
color: #774389;
}
/* CSS Variables */
:root {
--color-1: #281952;
--color-2: #39205b;
--color-3: #512965;
--color-4: #61377b;
--color-5: #774389;
}
Dark Amethyst Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #281952, #39205b, #512965, #61377b, #774389);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #281952, #39205b, #512965, #61377b, #774389);
}
Similar color palettes
Dark Amethyst Shades color palette created on .