Electric Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Purple palette
Electric Purple color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #5c4f8c;
}
.color-4 {
color: #a77dcf;
}
.color-5 {
color: #eab7f1;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #7c68ee;
--color-3: #5c4f8c;
--color-4: #a77dcf;
--color-5: #eab7f1;
}
Electric Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #7c68ee, #5c4f8c, #a77dcf, #eab7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #7c68ee, #5c4f8c, #a77dcf, #eab7f1);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Electric Purple color palette created on .