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: #4b3d6c;
}
.color-2 {
color: #7b699b;
}
.color-3 {
color: #b0a7c8;
}
.color-4 {
color: #e4c8e5;
}
.color-5 {
color: #f1a7b4;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #7b699b;
--color-3: #b0a7c8;
--color-4: #e4c8e5;
--color-5: #f1a7b4;
}

Purple Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #7b699b, #b0a7c8, #e4c8e5, #f1a7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #7b699b, #b0a7c8, #e4c8e5, #f1a7b4);
}

Purple Shadow color palette created on .