Stardust Color Palette

Discover the beautiful Stardust color palette featuring periwinkle gray (#c1c4e7), pigeon post (#aab4d4), polo blue (#7f9bc7), hippie blue (#5d91bb) and boston blue (#3b7fbf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Cosmic, Fun, Light, Spring, Vibrant 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: #c1c4e7;
}
.color-2 {
color: #aab4d4;
}
.color-3 {
color: #7f9bc7;
}
.color-4 {
color: #5d91bb;
}
.color-5 {
color: #3b7fbf;
}

/* CSS Variables */
:root {
--color-1: #c1c4e7;
--color-2: #aab4d4;
--color-3: #7f9bc7;
--color-4: #5d91bb;
--color-5: #3b7fbf;
}

🌈 Stardust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c4e7, #aab4d4, #7f9bc7, #5d91bb, #3b7fbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c4e7, #aab4d4, #7f9bc7, #5d91bb, #3b7fbf);
}

Stardust color palette created on .