Purple Shadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Shadow palette

Share this palette to:

Purple Shadow color palette CSS

/* CSS */
.color-1 {
color: #6b3f92;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #d7b2e0;
}
.color-4 {
color: #f1dff1;
}
.color-5 {
color: #b8a3d1;
}

/* CSS Variables */
:root {
--color-1: #6b3f92;
--color-2: #9b58b6;
--color-3: #d7b2e0;
--color-4: #f1dff1;
--color-5: #b8a3d1;
}

Purple Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b3f92, #9b58b6, #d7b2e0, #f1dff1, #b8a3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b3f92, #9b58b6, #d7b2e0, #f1dff1, #b8a3d1);
}

Purple Shadow color palette created on .