Purple Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Shades palette
Purple Shades color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8b7d9b;
}
.color-4 {
color: #c3b4d0;
}
.color-5 {
color: #ead7ea;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #6a5b8b;
--color-3: #8b7d9b;
--color-4: #c3b4d0;
--color-5: #ead7ea;
}
Purple Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #6a5b8b, #8b7d9b, #c3b4d0, #ead7ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #6a5b8b, #8b7d9b, #c3b4d0, #ead7ea);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Purple Shades color palette created on .