Aesthetic Prism Purple Color Palette
Discover the beautiful Aesthetic Prism Purple color palette featuring affair (#794c9a), wisteria (#9b6db0), east side (#b991d4), perfume (#e4a1f2) and mauve (#f3c2ff).
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 Aesthetic Prism Purple palette
💻 Aesthetic Prism Purple color palette CSS
/* CSS */
.color-1 {
color: #794c9a;
}
.color-2 {
color: #9b6db0;
}
.color-3 {
color: #b991d4;
}
.color-4 {
color: #e4a1f2;
}
.color-5 {
color: #f3c2ff;
}
/* CSS Variables */
:root {
--color-1: #794c9a;
--color-2: #9b6db0;
--color-3: #b991d4;
--color-4: #e4a1f2;
--color-5: #f3c2ff;
} 🌈 Aesthetic Prism Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c9a, #9b6db0, #b991d4, #e4a1f2, #f3c2ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c9a, #9b6db0, #b991d4, #e4a1f2, #f3c2ff);
} 🔗 Explore similar color palettes
Aesthetic Prism Purple color palette created on .