Purple Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Shadow palette
Download Purple Shadow Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Purple Shadow color palette created on .