Purple Magic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Magic palette
Purple Magic color palette CSS
/* CSS */
.color-1 {
color: #742ead;
}
.color-2 {
color: #9136b5;
}
.color-3 {
color: #a253c1;
}
.color-4 {
color: #da3479;
}
.color-5 {
color: #e76fa5;
}
/* CSS Variables */
:root {
--color-1: #742ead;
--color-2: #9136b5;
--color-3: #a253c1;
--color-4: #da3479;
--color-5: #e76fa5;
}
Purple Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #742ead, #9136b5, #a253c1, #da3479, #e76fa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #742ead, #9136b5, #a253c1, #da3479, #e76fa5);
}
Similar color palettes
Purple Magic color palette created on .