Purple Grief Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Grief palette

Share this palette to:

Purple Grief color palette CSS

/* CSS */
.color-1 {
color: #4c3d9e;
}
.color-2 {
color: #7a5bbe;
}
.color-3 {
color: #a37bc1;
}
.color-4 {
color: #d6a4d3;
}
.color-5 {
color: #f1cbe9;
}

/* CSS Variables */
:root {
--color-1: #4c3d9e;
--color-2: #7a5bbe;
--color-3: #a37bc1;
--color-4: #d6a4d3;
--color-5: #f1cbe9;
}

Purple Grief background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d9e, #7a5bbe, #a37bc1, #d6a4d3, #f1cbe9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d9e, #7a5bbe, #a37bc1, #d6a4d3, #f1cbe9);
}

Purple Grief color palette created on .