Neon Amethyst Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Amethyst Dream palette

Share this palette to:

Neon Amethyst Dream color palette CSS

/* CSS */
.color-1 {
color: #7a1b9d;
}
.color-2 {
color: #9d2ba1;
}
.color-3 {
color: #d65cb1;
}
.color-4 {
color: #f7a1e4;
}
.color-5 {
color: #f1c2ff;
}

/* CSS Variables */
:root {
--color-1: #7a1b9d;
--color-2: #9d2ba1;
--color-3: #d65cb1;
--color-4: #f7a1e4;
--color-5: #f1c2ff;
}

Neon Amethyst Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1b9d, #9d2ba1, #d65cb1, #f7a1e4, #f1c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1b9d, #9d2ba1, #d65cb1, #f7a1e4, #f1c2ff);
}

Neon Amethyst Dream color palette created on .