Amethyst Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amethyst Radiance palette

Share this palette to:

Amethyst Radiance color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #be55c3;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9b58b6;
--color-3: #be55c3;
--color-4: #f39c12;
--color-5: #e74d3c;
}

Amethyst Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9b58b6, #be55c3, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9b58b6, #be55c3, #f39c12, #e74d3c);
}

Amethyst Radiance color palette created on .