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: #d1c5e7;
}
.color-2 {
color: #b79dd2;
}
.color-3 {
color: #a87cb6;
}
.color-4 {
color: #f3e2f1;
}
.color-5 {
color: #f7c5d7;
}

/* CSS Variables */
:root {
--color-1: #d1c5e7;
--color-2: #b79dd2;
--color-3: #a87cb6;
--color-4: #f3e2f1;
--color-5: #f7c5d7;
}

Purple Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e7, #b79dd2, #a87cb6, #f3e2f1, #f7c5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e7, #b79dd2, #a87cb6, #f3e2f1, #f7c5d7);
}

Purple Hues color palette created on .