Mystic Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Blossom palette
Mystic Blossom color palette CSS
/* CSS */
.color-1 {
color: #785582;
}
.color-2 {
color: #e6deed;
}
.color-3 {
color: #ac90bb;
}
.color-4 {
color: #3a1244;
}
.color-5 {
color: #9173a5;
}
/* CSS Variables */
:root {
--color-1: #785582;
--color-2: #e6deed;
--color-3: #ac90bb;
--color-4: #3a1244;
--color-5: #9173a5;
}
Mystic Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #785582, #e6deed, #ac90bb, #3a1244, #9173a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #785582, #e6deed, #ac90bb, #3a1244, #9173a5);
}
Similar color palettes
Scroll down to explore 100+ Purple color palettes
Mystic Blossom color palette created on .