Mystic Garden Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Garden Blooms palette

Share this palette to:

Mystic Garden Blooms color palette CSS

/* CSS */
.color-1 {
color: #c294bc;
}
.color-2 {
color: #74af83;
}
.color-3 {
color: #9e4dac;
}
.color-4 {
color: #b22a96;
}
.color-5 {
color: #89347b;
}

/* CSS Variables */
:root {
--color-1: #c294bc;
--color-2: #74af83;
--color-3: #9e4dac;
--color-4: #b22a96;
--color-5: #89347b;
}

Mystic Garden Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c294bc, #74af83, #9e4dac, #b22a96, #89347b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c294bc, #74af83, #9e4dac, #b22a96, #89347b);
}

Similar color palettes

Mystic Garden Blooms color palette created on .