Evening Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Evening Enchantment palette

Share this palette to:

Evening Enchantment color palette CSS

/* CSS */
.color-1 {
color: #5c4d9d;
}
.color-2 {
color: #7d7eb0;
}
.color-3 {
color: #a9b3d1;
}
.color-4 {
color: #d1c7e0;
}
.color-5 {
color: #f2e8f8;
}

/* CSS Variables */
:root {
--color-1: #5c4d9d;
--color-2: #7d7eb0;
--color-3: #a9b3d1;
--color-4: #d1c7e0;
--color-5: #f2e8f8;
}

Evening Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4d9d, #7d7eb0, #a9b3d1, #d1c7e0, #f2e8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4d9d, #7d7eb0, #a9b3d1, #d1c7e0, #f2e8f8);
}

Evening Enchantment color palette created on .