Purple Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Shadow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Purple Shadow Color Palette (PNG)
Purple Shadow color palette CSS
/* CSS */
.color-1 {
color: #0f0349;
}
.color-2 {
color: #230b7a;
}
.color-3 {
color: #2e14ad;
}
.color-4 {
color: #632bca;
}
.color-5 {
color: #913dd6;
}
/* CSS Variables */
:root {
--color-1: #0f0349;
--color-2: #230b7a;
--color-3: #2e14ad;
--color-4: #632bca;
--color-5: #913dd6;
}
Purple Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f0349, #230b7a, #2e14ad, #632bca, #913dd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f0349, #230b7a, #2e14ad, #632bca, #913dd6);
}
Similar color palettes
Purple Shadow color palette created on .