Purple Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Enchantment palette

Share this palette to:

Purple Enchantment color palette CSS

/* CSS */
.color-1 {
color: #392c59;
}
.color-2 {
color: #6b509b;
}
.color-3 {
color: #a26bc2;
}
.color-4 {
color: #d1a4df;
}
.color-5 {
color: #f4b3da;
}

/* CSS Variables */
:root {
--color-1: #392c59;
--color-2: #6b509b;
--color-3: #a26bc2;
--color-4: #d1a4df;
--color-5: #f4b3da;
}

Purple Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #392c59, #6b509b, #a26bc2, #d1a4df, #f4b3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #392c59, #6b509b, #a26bc2, #d1a4df, #f4b3da);
}

Purple Enchantment color palette created on .