Purple Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Shadow palette
Purple Shadow color palette CSS
/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #716b8e;
}
.color-3 {
color: #a59ab7;
}
.color-4 {
color: #d2b3df;
}
.color-5 {
color: #f2cae6;
}
/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #716b8e;
--color-3: #a59ab7;
--color-4: #d2b3df;
--color-5: #f2cae6;
}
Purple Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #716b8e, #a59ab7, #d2b3df, #f2cae6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #716b8e, #a59ab7, #d2b3df, #f2cae6);
}
Similar color palettes
Purple Shadow color palette created on .