Purple Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Dusk palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Dusk Color Palette (PNG)
Purple Dusk color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #796a9a;
}
.color-3 {
color: #9b8ebe;
}
.color-4 {
color: #c9a3e0;
}
.color-5 {
color: #e2c4f8;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #796a9a;
--color-3: #9b8ebe;
--color-4: #c9a3e0;
--color-5: #e2c4f8;
}
Purple Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #796a9a, #9b8ebe, #c9a3e0, #e2c4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #796a9a, #9b8ebe, #c9a3e0, #e2c4f8);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Purple Dusk color palette created on .