Purple Nightshade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Nightshade palette
Purple Nightshade color palette CSS
/* CSS */
.color-1 {
color: #4a3c5d;
}
.color-2 {
color: #6a5c8a;
}
.color-3 {
color: #8979a0;
}
.color-4 {
color: #b4a4c6;
}
.color-5 {
color: #d3cde4;
}
/* CSS Variables */
:root {
--color-1: #4a3c5d;
--color-2: #6a5c8a;
--color-3: #8979a0;
--color-4: #b4a4c6;
--color-5: #d3cde4;
}
Purple Nightshade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c5d, #6a5c8a, #8979a0, #b4a4c6, #d3cde4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c5d, #6a5c8a, #8979a0, #b4a4c6, #d3cde4);
}
Similar color palettes
Purple Nightshade color palette created on .