Shades of Violet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Violet palette
Shades of Violet color palette CSS
/* CSS */
.color-1 {
color: #b68ac1;
}
.color-2 {
color: #a76c9e;
}
.color-3 {
color: #a34d7c;
}
.color-4 {
color: #6d1c6c;
}
.color-5 {
color: #5d3b7d;
}
/* CSS Variables */
:root {
--color-1: #b68ac1;
--color-2: #a76c9e;
--color-3: #a34d7c;
--color-4: #6d1c6c;
--color-5: #5d3b7d;
}
Shades of Violet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b68ac1, #a76c9e, #a34d7c, #6d1c6c, #5d3b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b68ac1, #a76c9e, #a34d7c, #6d1c6c, #5d3b7d);
}
Similar color palettes
- Whispers of Lavender
- 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
Shades of Violet color palette created on .