Stardust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stardust palette
Download Stardust Color Palette (PNG)
Stardust color palette CSS
/* CSS */
.color-1 {
color: #e5c7ff;
}
.color-2 {
color: #a58aff;
}
.color-3 {
color: #7361ff;
}
.color-4 {
color: #382eff;
}
.color-5 {
color: #1e0e81;
}
/* CSS Variables */
:root {
--color-1: #e5c7ff;
--color-2: #a58aff;
--color-3: #7361ff;
--color-4: #382eff;
--color-5: #1e0e81;
}
Stardust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c7ff, #a58aff, #7361ff, #382eff, #1e0e81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c7ff, #a58aff, #7361ff, #382eff, #1e0e81);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Stardust color palette created on .