Purple Eclipse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Eclipse palette
Purple Eclipse color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #795e9c;
}
.color-3 {
color: #a87ebe;
}
.color-4 {
color: #d5a5e3;
}
.color-5 {
color: #f5c2d1;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #795e9c;
--color-3: #a87ebe;
--color-4: #d5a5e3;
--color-5: #f5c2d1;
}
Purple Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #795e9c, #a87ebe, #d5a5e3, #f5c2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #795e9c, #a87ebe, #d5a5e3, #f5c2d1);
}
Similar color palettes
Purple Eclipse color palette created on .