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 CSS

/* CSS */
.color-1 {
color: #f7f9e6;
}
.color-2 {
color: #e1d6f0;
}
.color-3 {
color: #c4a1d4;
}
.color-4 {
color: #9f7dba;
}
.color-5 {
color: #594c8a;
}

/* CSS Variables */
:root {
--color-1: #f7f9e6;
--color-2: #e1d6f0;
--color-3: #c4a1d4;
--color-4: #9f7dba;
--color-5: #594c8a;
}

Purple Stardust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f9e6, #e1d6f0, #c4a1d4, #9f7dba, #594c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f9e6, #e1d6f0, #c4a1d4, #9f7dba, #594c8a);
}

Purple Stardust color palette created on .