Dark Amethyst Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Amethyst Shades palette

Share this palette to:

Dark Amethyst Shades color palette PNG image

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

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);
}

Dark Amethyst Shades color palette created on .