Purple Despair Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Despair palette

Share this palette to:

Purple Despair color palette CSS

/* CSS */
.color-1 {
color: #3c2a5b;
}
.color-2 {
color: #5d4a8c;
}
.color-3 {
color: #8a6aaf;
}
.color-4 {
color: #b79ed6;
}
.color-5 {
color: #f5b8e7;
}

/* CSS Variables */
:root {
--color-1: #3c2a5b;
--color-2: #5d4a8c;
--color-3: #8a6aaf;
--color-4: #b79ed6;
--color-5: #f5b8e7;
}

Purple Despair background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a5b, #5d4a8c, #8a6aaf, #b79ed6, #f5b8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a5b, #5d4a8c, #8a6aaf, #b79ed6, #f5b8e7);
}

Purple Despair color palette created on .