Purple Stardust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Stardust palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Stardust Color Palette (PNG)
Purple Stardust color palette CSS
/* CSS */
.color-1 {
color: #dfc3e9;
}
.color-2 {
color: #bba6ce;
}
.color-3 {
color: #8e79a0;
}
.color-4 {
color: #796996;
}
.color-5 {
color: #4e4464;
}
/* CSS Variables */
:root {
--color-1: #dfc3e9;
--color-2: #bba6ce;
--color-3: #8e79a0;
--color-4: #796996;
--color-5: #4e4464;
}
Purple Stardust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Purple Stardust color palette created on .