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: #784b9b;
}
.color-2 {
color: #9c71b7;
}
.color-3 {
color: #c6a3d2;
}
.color-4 {
color: #e6c5e8;
}
.color-5 {
color: #f0def7;
}
/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9c71b7;
--color-3: #c6a3d2;
--color-4: #e6c5e8;
--color-5: #f0def7;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9c71b7, #c6a3d2, #e6c5e8, #f0def7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9c71b7, #c6a3d2, #e6c5e8, #f0def7);
}
Similar color palettes
Shades of Purple color palette created on .