Purple East Side Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple East Side palette

Share this palette to:

Purple East Side color palette CSS

/* CSS */
.color-1 {
color: #d3b1e2;
}
.color-2 {
color: #a77dbf;
}
.color-3 {
color: #835b9a;
}
.color-4 {
color: #5c3b7d;
}
.color-5 {
color: #3d1d5d;
}

/* CSS Variables */
:root {
--color-1: #d3b1e2;
--color-2: #a77dbf;
--color-3: #835b9a;
--color-4: #5c3b7d;
--color-5: #3d1d5d;
}

Purple East Side background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b1e2, #a77dbf, #835b9a, #5c3b7d, #3d1d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b1e2, #a77dbf, #835b9a, #5c3b7d, #3d1d5d);
}

Purple East Side color palette created on .