Shades of Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #2b1d3a;
}
.color-2 {
color: #4d2d4e;
}
.color-3 {
color: #7c507c;
}
.color-4 {
color: #b98fbd;
}
.color-5 {
color: #f2b1d2;
}
/* CSS Variables */
:root {
--color-1: #2b1d3a;
--color-2: #4d2d4e;
--color-3: #7c507c;
--color-4: #b98fbd;
--color-5: #f2b1d2;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b1d3a, #4d2d4e, #7c507c, #b98fbd, #f2b1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b1d3a, #4d2d4e, #7c507c, #b98fbd, #f2b1d2);
}
Similar color palettes
Shades of Purple color palette created on .