The Curse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Curse palette

Share this palette to:

The Curse color palette PNG image

Download the curse color palette PNG image (landscape)
Download the curse color palette PNG image (square)

The Curse color palette CSS

/* CSS */
.color-1 {
color: #605681;
}
.color-2 {
color: #7c79a0;
}
.color-3 {
color: #a291b6;
}
.color-4 {
color: #d1c1dc;
}
.color-5 {
color: #e6d5e7;
}

/* CSS Variables */
:root {
--color-1: #605681;
--color-2: #7c79a0;
--color-3: #a291b6;
--color-4: #d1c1dc;
--color-5: #e6d5e7;
}

The Curse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #605681, #7c79a0, #a291b6, #d1c1dc, #e6d5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #605681, #7c79a0, #a291b6, #d1c1dc, #e6d5e7);
}

The Curse color palette created on .