Ethereal Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Dusk palette
Ethereal Dusk color palette CSS
/* CSS */
.color-1 {
color: #111023;
}
.color-2 {
color: #2b183a;
}
.color-3 {
color: #4c2c68;
}
.color-4 {
color: #7e3e74;
}
.color-5 {
color: #bd617e;
}
/* CSS Variables */
:root {
--color-1: #111023;
--color-2: #2b183a;
--color-3: #4c2c68;
--color-4: #7e3e74;
--color-5: #bd617e;
}
Ethereal Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #111023, #2b183a, #4c2c68, #7e3e74, #bd617e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #111023, #2b183a, #4c2c68, #7e3e74, #bd617e);
}
Similar color palettes
Scroll down to explore 1 Black color palette
Ethereal Dusk color palette created on .