Purple Stardust Color Palette
Discover the beautiful Purple Stardust color palette featuring prelude (#dfc3e9), logan (#bba6ce), trendy pink (#8e79a0), kimberly (#796996) and mulled wine (#4e4464).
Brightness
Saturation
Warmth
💡 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
💻 Purple Stardust color palette CSS
/* CSS */
.color-1 {
color: #dfc3e9;
}
.color-2 {
color: #bba6ce;
}
.color-3 {
color: #8e79a0;
}
.color-4 {
color: #796996;
}
.color-5 {
color: #4e4464;
}
/* CSS Variables */
:root {
--color-1: #dfc3e9;
--color-2: #bba6ce;
--color-3: #8e79a0;
--color-4: #796996;
--color-5: #4e4464;
}
🌈 Purple Stardust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc3e9, #bba6ce, #8e79a0, #796996, #4e4464);
}
🔗 Explore similar color palettes
Purple Stardust color palette created on .