Lunar Enchantment Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Lunar Enchantment palette
tavolozza dei colori Lunar Enchantment CSS
/* CSS */
.color-1 {
color: #dfd5f1;
}
.color-2 {
color: #a9b4e0;
}
.color-3 {
color: #6e7ccf;
}
.color-4 {
color: #4a5eba;
}
.color-5 {
color: #2b2e88;
}
/* CSS Variables */
:root {
--color-1: #dfd5f1;
--color-2: #a9b4e0;
--color-3: #6e7ccf;
--color-4: #4a5eba;
--color-5: #2b2e88;
}
CSS con gradiente di sfondo Lunar Enchantment
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfd5f1, #a9b4e0, #6e7ccf, #4a5eba, #2b2e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfd5f1, #a9b4e0, #6e7ccf, #4a5eba, #2b2e88);
}
Tavolozze di colori simili
Lunar Enchantment color palette created on .