Ethereal Nightfall Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Nightfall Symphony palette
Ethereal Nightfall Symphony color palette CSS
/* CSS */
.color-1 {
color: #ded5f1;
}
.color-2 {
color: #fee52a;
}
.color-3 {
color: #00fff2;
}
.color-4 {
color: #381a74;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ded5f1;
--color-2: #fee52a;
--color-3: #00fff2;
--color-4: #381a74;
--color-5: #000000;
}
Ethereal Nightfall Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ded5f1, #fee52a, #00fff2, #381a74, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ded5f1, #fee52a, #00fff2, #381a74, #000000);
}
Similar color palettes
Scroll down to explore 10+ Lavender color palettes
Ethereal Nightfall Symphony color palette created on .