Purple Circus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Circus palette

Share this palette to:

Purple Circus color palette CSS

/* CSS */
.color-1 {
color: #1d1f30;
}
.color-2 {
color: #3b2a5b;
}
.color-3 {
color: #794d9d;
}
.color-4 {
color: #c75c88;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1d1f30;
--color-2: #3b2a5b;
--color-3: #794d9d;
--color-4: #c75c88;
--color-5: #f0a800;
}

Purple Circus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f30, #3b2a5b, #794d9d, #c75c88, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f30, #3b2a5b, #794d9d, #c75c88, #f0a800);
}

Purple Circus color palette created on .