Mystic Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Elegance palette

Share this palette to:

Mystic Elegance color palette CSS

/* CSS */
.color-1 {
color: #7c5c99;
}
.color-2 {
color: #a36c9e;
}
.color-3 {
color: #d59ab5;
}
.color-4 {
color: #f6c6d4;
}
.color-5 {
color: #ffe0b3;
}

/* CSS Variables */
:root {
--color-1: #7c5c99;
--color-2: #a36c9e;
--color-3: #d59ab5;
--color-4: #f6c6d4;
--color-5: #ffe0b3;
}

Mystic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5c99, #a36c9e, #d59ab5, #f6c6d4, #ffe0b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5c99, #a36c9e, #d59ab5, #f6c6d4, #ffe0b3);
}

Mystic Elegance color palette created on .