Mystic Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Bloom palette
Mystic Bloom color palette PNG image
Mystic Bloom color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8d1c4b;
}
.color-3 {
color: #a65e8d;
}
.color-4 {
color: #c86b2d;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8d1c4b;
--color-3: #a65e8d;
--color-4: #c86b2d;
--color-5: #f1c84b;
}
Mystic Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8d1c4b, #a65e8d, #c86b2d, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8d1c4b, #a65e8d, #c86b2d, #f1c84b);
}
Similar color palettes
Scroll down to explore 1 Fuschia color palette
Mystic Bloom color palette created on .