Elegant Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Purple palette
Elegant Purple color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8a7ccb;
}
.color-3 {
color: #baa3e0;
}
.color-4 {
color: #d4c7f0;
}
.color-5 {
color: #f2e5ff;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8a7ccb;
--color-3: #baa3e0;
--color-4: #d4c7f0;
--color-5: #f2e5ff;
}
Elegant Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8a7ccb, #baa3e0, #d4c7f0, #f2e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8a7ccb, #baa3e0, #d4c7f0, #f2e5ff);
}
Similar color palettes
- Celestial Lavender Dream
- Purple Dreams
- Whimsical Winks
- Moonlight Purple Shades
- Frosted Lilac Dreams
- Electric Dreamscape
- Purple Witches
- Whispers of Lavender
- Purple Heartbreak
- Purple Magic
- Celestial Dreamscape
- Celestial Whispers
- Purple Dream
- Celestial Descent
- Whimsical Twilight
- Celestial Dawn
- Blue Sunrise
- Melancholic Elegance
Elegant Purple color palette created on .