Purple Poison Bells Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Poison Bells palette

Share this palette to:

Purple Poison Bells color palette CSS

/* CSS */
.color-1 {
color: #5c3a92;
}
.color-2 {
color: #a45eb5;
}
.color-3 {
color: #d8a8e1;
}
.color-4 {
color: #b4d84f;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #5c3a92;
--color-2: #a45eb5;
--color-3: #d8a8e1;
--color-4: #b4d84f;
--color-5: #ff7142;
}

Purple Poison Bells background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3a92, #a45eb5, #d8a8e1, #b4d84f, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3a92, #a45eb5, #d8a8e1, #b4d84f, #ff7142);
}

Purple Poison Bells color palette created on .