Purple Shadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Shadow palette

Share this palette to:

Download Purple Shadow Color Palette (PNG)

Download purple shadow color palette PNG image (landscape)
Download purple shadow color palette PNG image (square)

Purple Shadow color palette CSS

/* CSS */
.color-1 {
color: #1f1b32;
}
.color-2 {
color: #3c2b55;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #9b77b6;
}
.color-5 {
color: #c6b0d8;
}

/* CSS Variables */
:root {
--color-1: #1f1b32;
--color-2: #3c2b55;
--color-3: #6a4e8d;
--color-4: #9b77b6;
--color-5: #c6b0d8;
}

Purple Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b32, #3c2b55, #6a4e8d, #9b77b6, #c6b0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b32, #3c2b55, #6a4e8d, #9b77b6, #c6b0d8);
}

Purple Shadow color palette created on .