Celestial Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Enchantment palette
Celestial Enchantment color palette CSS
/* CSS */
.color-1 {
color: #a57dbf;
}
.color-2 {
color: #e4c5f2;
}
.color-3 {
color: #f5e07f;
}
.color-4 {
color: #83d8cf;
}
.color-5 {
color: #f88b9a;
}
/* CSS Variables */
:root {
--color-1: #a57dbf;
--color-2: #e4c5f2;
--color-3: #f5e07f;
--color-4: #83d8cf;
--color-5: #f88b9a;
}
Celestial Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a57dbf, #e4c5f2, #f5e07f, #83d8cf, #f88b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a57dbf, #e4c5f2, #f5e07f, #83d8cf, #f88b9a);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Celestial Enchantment color palette created on .