Shades of Violet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Violet palette

Share this palette to:

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);
}

Shades of Violet color palette created on .