Purple Curse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Curse palette

Share this palette to:

Purple Curse color palette CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #f1f3be;
}
.color-4 {
color: #ffe057;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a45fbf;
--color-3: #f1f3be;
--color-4: #ffe057;
--color-5: #ff6e61;
}

Purple Curse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a45fbf, #f1f3be, #ffe057, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a45fbf, #f1f3be, #ffe057, #ff6e61);
}

Purple Curse color palette created on .