Dark Violet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Violet palette

Share this palette to:

Dark Violet color palette CSS

/* CSS */
.color-1 {
color: #e1b7e1;
}
.color-2 {
color: #c29ec2;
}
.color-3 {
color: #a67da6;
}
.color-4 {
color: #7d4f7d;
}
.color-5 {
color: #4d2d4d;
}

/* CSS Variables */
:root {
--color-1: #e1b7e1;
--color-2: #c29ec2;
--color-3: #a67da6;
--color-4: #7d4f7d;
--color-5: #4d2d4d;
}

Dark Violet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7e1, #c29ec2, #a67da6, #7d4f7d, #4d2d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7e1, #c29ec2, #a67da6, #7d4f7d, #4d2d4d);
}

Dark Violet color palette created on .