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: #690dab;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #d19ebc;
}
.color-4 {
color: #ff8fa5;
}
.color-5 {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9b58b6;
--color-3: #d19ebc;
--color-4: #ff8fa5;
--color-5: #ffb8c1;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9b58b6, #d19ebc, #ff8fa5, #ffb8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9b58b6, #d19ebc, #ff8fa5, #ffb8c1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Purple color palette created on .