Mystic Amethyst Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Amethyst Dream palette

Share this palette to:

Mystic Amethyst Dream color palette CSS

/* CSS */
.color-1 {
color: #6f4c90;
}
.color-2 {
color: #5d3a7e;
}
.color-3 {
color: #4b2c6d;
}
.color-4 {
color: #3b1e5c;
}
.color-5 {
color: #b9798a;
}

/* CSS Variables */
:root {
--color-1: #6f4c90;
--color-2: #5d3a7e;
--color-3: #4b2c6d;
--color-4: #3b1e5c;
--color-5: #b9798a;
}

Mystic Amethyst Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c90, #5d3a7e, #4b2c6d, #3b1e5c, #b9798a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c90, #5d3a7e, #4b2c6d, #3b1e5c, #b9798a);
}

Mystic Amethyst Dream color palette created on .