Lunar Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Enchantment palette
Lunar Enchantment color palette CSS
/* CSS */
.color-1 {
color: #0d1c2b;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #6b1b1a;
}
.color-4 {
color: #5c4e5f;
}
.color-5 {
color: #d9cbb0;
}
/* CSS Variables */
:root {
--color-1: #0d1c2b;
--color-2: #d4af35;
--color-3: #6b1b1a;
--color-4: #5c4e5f;
--color-5: #d9cbb0;
}
Lunar Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d1c2b, #d4af35, #6b1b1a, #5c4e5f, #d9cbb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d1c2b, #d4af35, #6b1b1a, #5c4e5f, #d9cbb0);
}
Similar color palettes
Lunar Enchantment color palette created on .