Mystical Mirth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Mirth palette
Mystical Mirth color palette CSS
/* CSS */
.color-1 {
color: #7c3c9f;
}
.color-2 {
color: #a76dba;
}
.color-3 {
color: #d9a1d4;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f8e7e7;
}
/* CSS Variables */
:root {
--color-1: #7c3c9f;
--color-2: #a76dba;
--color-3: #d9a1d4;
--color-4: #f1c6e7;
--color-5: #f8e7e7;
}
Mystical Mirth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c9f, #a76dba, #d9a1d4, #f1c6e7, #f8e7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c9f, #a76dba, #d9a1d4, #f1c6e7, #f8e7e7);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Mystical Mirth color palette created on .