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: #a2c8f1;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #8f7ec4;
}
.color-4 {
color: #1b273b;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #a2c8f1;
--color-2: #bfbfbf;
--color-3: #8f7ec4;
--color-4: #1b273b;
--color-5: #f1f5f8;
}

Lunar Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c8f1, #bfbfbf, #8f7ec4, #1b273b, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c8f1, #bfbfbf, #8f7ec4, #1b273b, #f1f5f8);
}

Lunar Enchantment color palette created on .