Purple Affair Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Affair palette

Share this palette to:

Purple Affair color palette CSS

/* CSS */
.color-1 {
color: #734794;
}
.color-2 {
color: #805b9f;
}
.color-3 {
color: #9976b2;
}
.color-4 {
color: #c59bb3;
}
.color-5 {
color: #f0c1d8;
}

/* CSS Variables */
:root {
--color-1: #734794;
--color-2: #805b9f;
--color-3: #9976b2;
--color-4: #c59bb3;
--color-5: #f0c1d8;
}

Purple Affair background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #734794, #805b9f, #9976b2, #c59bb3, #f0c1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #734794, #805b9f, #9976b2, #c59bb3, #f0c1d8);
}

Purple Affair color palette created on .