Purple Stardust Color Palette

Discover the beautiful Purple Stardust color palette featuring prelude (#dfc4e9), logan (#baa5cd), trendy pink (#8e78a0), kimberly (#786896) and mulled wine (#4e4464).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Feminine, Gray, Lavender, Modern, Muted, Plum, Soft, Warm 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 Purple Stardust palette

Share this palette to:

💻 Purple Stardust color palette CSS

/* CSS */
.color-1 {
color: #dfc4e9;
}
.color-2 {
color: #baa5cd;
}
.color-3 {
color: #8e78a0;
}
.color-4 {
color: #786896;
}
.color-5 {
color: #4e4464;
}

/* CSS Variables */
:root {
--color-1: #dfc4e9;
--color-2: #baa5cd;
--color-3: #8e78a0;
--color-4: #786896;
--color-5: #4e4464;
}

🌈 Purple Stardust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc4e9, #baa5cd, #8e78a0, #786896, #4e4464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc4e9, #baa5cd, #8e78a0, #786896, #4e4464);
}

Purple Stardust color palette created on .