Enchanted Blooming Market Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Blooming Market palette

Share this palette to:

Enchanted Blooming Market color palette CSS

/* CSS */
.color-1 {
color: #a55f86;
}
.color-2 {
color: #d6b3c1;
}
.color-3 {
color: #ead4a9;
}
.color-4 {
color: #d4c7a0;
}
.color-5 {
color: #b9d8a2;
}

/* CSS Variables */
:root {
--color-1: #a55f86;
--color-2: #d6b3c1;
--color-3: #ead4a9;
--color-4: #d4c7a0;
--color-5: #b9d8a2;
}

Enchanted Blooming Market background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a55f86, #d6b3c1, #ead4a9, #d4c7a0, #b9d8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a55f86, #d6b3c1, #ead4a9, #d4c7a0, #b9d8a2);
}

Enchanted Blooming Market color palette created on .