Stardust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stardust palette

Share this palette to:

Download Stardust Color Palette (PNG)

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

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

Stardust color palette created on .