Mystic Blooms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Blooms palette
Mystic Blooms color palette CSS
/* CSS */
.color-1 {
color: #692053;
}
.color-2 {
color: #b2aec6;
}
.color-3 {
color: #aa5597;
}
.color-4 {
color: #070305;
}
.color-5 {
color: #b384ae;
}
/* CSS Variables */
:root {
--color-1: #692053;
--color-2: #b2aec6;
--color-3: #aa5597;
--color-4: #070305;
--color-5: #b384ae;
}
Mystic Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #692053, #b2aec6, #aa5597, #070305, #b384ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #692053, #b2aec6, #aa5597, #070305, #b384ae);
}
Similar color palettes
Mystic Blooms color palette created on .