Melancholic Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholic Enchantment palette
Melancholic Enchantment color palette CSS
/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #7b3f92;
}
.color-3 {
color: #9e4c6c;
}
.color-4 {
color: #cf693a;
}
.color-5 {
color: #f1a950;
}
/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #7b3f92;
--color-3: #9e4c6c;
--color-4: #cf693a;
--color-5: #f1a950;
}
Melancholic Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #7b3f92, #9e4c6c, #cf693a, #f1a950);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #7b3f92, #9e4c6c, #cf693a, #f1a950);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Melancholic Enchantment color palette created on .