Mystic Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Harmony palette
Mystic Harmony color palette CSS
/* CSS */
.color-1 {
color: #893eb1;
}
.color-2 {
color: #706aa0;
}
.color-3 {
color: #505c8b;
}
.color-4 {
color: #3b8e91;
}
.color-5 {
color: #5dbb60;
}
/* CSS Variables */
:root {
--color-1: #893eb1;
--color-2: #706aa0;
--color-3: #505c8b;
--color-4: #3b8e91;
--color-5: #5dbb60;
}
Mystic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #893eb1, #706aa0, #505c8b, #3b8e91, #5dbb60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #893eb1, #706aa0, #505c8b, #3b8e91, #5dbb60);
}
Similar color palettes
Mystic Harmony color palette created on .