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: #996cb2;
}
.color-2 {
color: #5d8eb1;
}
.color-3 {
color: #a3d7c7;
}
.color-4 {
color: #d1d1d1;
}
.color-5 {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--color-1: #996cb2;
--color-2: #5d8eb1;
--color-3: #a3d7c7;
--color-4: #d1d1d1;
--color-5: #4a4a4a;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #996cb2, #5d8eb1, #a3d7c7, #d1d1d1, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #996cb2, #5d8eb1, #a3d7c7, #d1d1d1, #4a4a4a);
}
Similar color palettes
Shades of Purple color palette created on .