Amethyst Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amethyst Glow palette

Share this palette to:

Amethyst Glow color palette CSS

/* CSS */
.color-1 {
color: #b300a4;
}
.color-2 {
color: #9e0081;
}
.color-3 {
color: #750052;
}
.color-4 {
color: #d68800;
}
.color-5 {
color: #d64b00;
}

/* CSS Variables */
:root {
--color-1: #b300a4;
--color-2: #9e0081;
--color-3: #750052;
--color-4: #d68800;
--color-5: #d64b00;
}

Amethyst Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b300a4, #9e0081, #750052, #d68800, #d64b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b300a4, #9e0081, #750052, #d68800, #d64b00);
}

Amethyst Glow color palette created on .