Mystic Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Harmony palette

Share this palette to:

Mystic Harmony color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #7a8eff;
}
.color-3 {
color: #56cfe1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcd29;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #7a8eff;
--color-3: #56cfe1;
--color-4: #ff6e61;
--color-5: #ffcd29;
}

Mystic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #7a8eff, #56cfe1, #ff6e61, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #7a8eff, #56cfe1, #ff6e61, #ffcd29);
}

Mystic Harmony color palette created on .