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