Aesthetic Prism Purple Color Palette
Brightness
Saturation
Warmth
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: #e5a1f2;
}
.color-5 {
color: #f3c2ff;
}
/* CSS Variables */
:root {
--color-1: #794c9a;
--color-2: #9b6db0;
--color-3: #b991d4;
--color-4: #e5a1f2;
--color-5: #f3c2ff;
}
Aesthetic Prism Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c9a, #9b6db0, #b991d4, #e5a1f2, #f3c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c9a, #9b6db0, #b991d4, #e5a1f2, #f3c2ff);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Aesthetic Prism Purple color palette created on .