Lunar Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Enchantment palette

Share this palette to:

Lunar Enchantment color palette CSS

/* CSS */
.color-1 {
color: #a19bd9;
}
.color-2 {
color: #f7f3f3;
}
.color-3 {
color: #e1c6e0;
}
.color-4 {
color: #9c80bc;
}
.color-5 {
color: #6d5b8b;
}

/* CSS Variables */
:root {
--color-1: #a19bd9;
--color-2: #f7f3f3;
--color-3: #e1c6e0;
--color-4: #9c80bc;
--color-5: #6d5b8b;
}

Lunar Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a19bd9, #f7f3f3, #e1c6e0, #9c80bc, #6d5b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a19bd9, #f7f3f3, #e1c6e0, #9c80bc, #6d5b8b);
}

Lunar Enchantment color palette created on .