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: #592d8f;
}
.color-2 {
color: #7b4c9a;
}
.color-3 {
color: #a56dca;
}
.color-4 {
color: #d6a5e3;
}
.color-5 {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #7b4c9a;
--color-3: #a56dca;
--color-4: #d6a5e3;
--color-5: #f4c3d6;
}
Ethereal Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #7b4c9a, #a56dca, #d6a5e3, #f4c3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #7b4c9a, #a56dca, #d6a5e3, #f4c3d6);
}
Similar color palettes
Ethereal Dusk color palette created on .