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: #6a5bcd;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #9a75f0;
}
.color-4 {
color: #c5a1f2;
}
.color-5 {
color: #e5c3f9;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7c68ee;
--color-3: #9a75f0;
--color-4: #c5a1f2;
--color-5: #e5c3f9;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7c68ee, #9a75f0, #c5a1f2, #e5c3f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7c68ee, #9a75f0, #c5a1f2, #e5c3f9);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Purple color palette created on .