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