Purple Stardust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Stardust palette
Purple Stardust color palette CSS
/* CSS */
.color-1 {
color: #e2b8ff;
}
.color-2 {
color: #928de7;
}
.color-3 {
color: #585cbb;
}
.color-4 {
color: #2f67bc;
}
.color-5 {
color: #24277a;
}
/* CSS Variables */
:root {
--color-1: #e2b8ff;
--color-2: #928de7;
--color-3: #585cbb;
--color-4: #2f67bc;
--color-5: #24277a;
}
Purple Stardust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8ff, #928de7, #585cbb, #2f67bc, #24277a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8ff, #928de7, #585cbb, #2f67bc, #24277a);
}
Similar color palettes
Purple Stardust color palette created on .