Purple Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Hues palette

Share this palette to:

Purple Hues color palette CSS

/* CSS */
.color-1 {
color: #c5a6d8;
}
.color-2 {
color: #a96eaf;
}
.color-3 {
color: #b26c89;
}
.color-4 {
color: #f3b4bb;
}
.color-5 {
color: #f9e2a4;
}

/* CSS Variables */
:root {
--color-1: #c5a6d8;
--color-2: #a96eaf;
--color-3: #b26c89;
--color-4: #f3b4bb;
--color-5: #f9e2a4;
}

Purple Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a6d8, #a96eaf, #b26c89, #f3b4bb, #f9e2a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a6d8, #a96eaf, #b26c89, #f3b4bb, #f9e2a4);
}

Purple Hues color palette created on .