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: #a85cdb;
}
.color-3 {
color: #d9a8f0;
}
.color-4 {
color: #f3e5f5;
}
.color-5 {
color: #791d9a;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a85cdb;
--color-3: #d9a8f0;
--color-4: #f3e5f5;
--color-5: #791d9a;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a85cdb, #d9a8f0, #f3e5f5, #791d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a85cdb, #d9a8f0, #f3e5f5, #791d9a);
}
Similar color palettes
- Purple Moonlight
- Purple Blush
- Shades of Pink
- Shades of Purple
- Whimsical Witches' Brew
- Celestial Dreams
- Purple Hadesse
- Celestial Blossom
- Celestial Dreams
- Purple Freesia
- Midnight Reverie
- Shades of Purple
- Underworld Elegance
- Ethereal Void
- Whispers of Iris
- Enigmatic Amethyst Dreams
- Shades of Yellow and Pink
- Celestial Harmony
Shades of Purple color palette created on .