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: #8f7ec4;
}
.color-2 {
color: #b19bd9;
}
.color-3 {
color: #6a5bcd;
}
.color-4 {
color: #4a0080;
}
.color-5 {
color: #f2e0ff;
}
/* CSS Variables */
:root {
--color-1: #8f7ec4;
--color-2: #b19bd9;
--color-3: #6a5bcd;
--color-4: #4a0080;
--color-5: #f2e0ff;
}
Shades of Violet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f7ec4, #b19bd9, #6a5bcd, #4a0080, #f2e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f7ec4, #b19bd9, #6a5bcd, #4a0080, #f2e0ff);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Violet color palette created on .