Stardust Color Palette

Discover the beautiful Stardust color palette featuring pot pourri (#f5e5e8), prelude (#d1c5e2), spindle (#a0b3e3), seagull (#6db3e8) and matisse (#1e77b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Celestial, Light, Pastel, Pink, Soft, Spring, Summer 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: #f5e5e8;
}
.color-2 {
color: #d1c5e2;
}
.color-3 {
color: #a0b3e3;
}
.color-4 {
color: #6db3e8;
}
.color-5 {
color: #1e77b3;
}

/* CSS Variables */
:root {
--color-1: #f5e5e8;
--color-2: #d1c5e2;
--color-3: #a0b3e3;
--color-4: #6db3e8;
--color-5: #1e77b3;
}

🌈 Stardust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5e8, #d1c5e2, #a0b3e3, #6db3e8, #1e77b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5e8, #d1c5e2, #a0b3e3, #6db3e8, #1e77b3);
}

Stardust color palette created on .