Stardust Color Palette

Discover the beautiful Stardust color palette featuring mauve (#e5c7ff), heliotrope (#a58aff), cornflower blue (#7361ff), blue (#382eff) and blue gem (#1e0e81).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cosmic, Deep, Indigo, Lilac, Modern, Purple, Vibrant, Y2k color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Stardust palette

Share this palette to:

💻 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 .