Purple Quartz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Quartz palette

Share this palette to:

Purple Quartz color palette CSS

/* CSS */
.color-1 {
color: #d8b1e2;
}
.color-2 {
color: #a47dc5;
}
.color-3 {
color: #6f4f8c;
}
.color-4 {
color: #5d3d7f;
}
.color-5 {
color: #3b296a;
}

/* CSS Variables */
:root {
--color-1: #d8b1e2;
--color-2: #a47dc5;
--color-3: #6f4f8c;
--color-4: #5d3d7f;
--color-5: #3b296a;
}

Purple Quartz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b1e2, #a47dc5, #6f4f8c, #5d3d7f, #3b296a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b1e2, #a47dc5, #6f4f8c, #5d3d7f, #3b296a);
}

Purple Quartz color palette created on .