Purple Cosmic Color Palette
Discover the beautiful Purple Cosmic color palette featuring honey flower (#4a1e6b), royal purple (#7a3f9d), wisteria (#a65ba9), hopbush (#d57bbd) and illusion (#f49fd3).
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 Cosmic palette
💻 Purple Cosmic color palette CSS
/* CSS */
.color-1 {
color: #4a1e6b;
}
.color-2 {
color: #7a3f9d;
}
.color-3 {
color: #a65ba9;
}
.color-4 {
color: #d57bbd;
}
.color-5 {
color: #f49fd3;
}
/* CSS Variables */
:root {
--color-1: #4a1e6b;
--color-2: #7a3f9d;
--color-3: #a65ba9;
--color-4: #d57bbd;
--color-5: #f49fd3;
} 🌈 Purple Cosmic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1e6b, #7a3f9d, #a65ba9, #d57bbd, #f49fd3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1e6b, #7a3f9d, #a65ba9, #d57bbd, #f49fd3);
} 🔗 Explore similar color palettes
Purple Cosmic color palette created on .