Purple Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Eclipse palette

Share this palette to:

Purple Eclipse color palette CSS

/* CSS */
.color-1 {
color: #9933cc;
}
.color-2 {
color: #66ccff;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ff6699;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #9933cc;
--color-2: #66ccff;
--color-3: #ffcc66;
--color-4: #ff6699;
--color-5: #ff3366;
}

Purple Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9933cc, #66ccff, #ffcc66, #ff6699, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9933cc, #66ccff, #ffcc66, #ff6699, #ff3366);
}

Purple Eclipse color palette created on .