Purple Stardust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Stardust palette

Share this palette to:

Purple Stardust color palette PNG image

Download purple stardust color palette PNG image (landscape)
Download purple stardust color palette PNG image (square)

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);
}

Purple Stardust color palette created on .