Dark Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple palette

Share this palette to:

Dark Purple color palette CSS

/* CSS */
.color-1 {
color: #2d192e;
}
.color-2 {
color: #6d2c4b;
}
.color-3 {
color: #b77b8d;
}
.color-4 {
color: #d3a6c1;
}
.color-5 {
color: #f2e3f1;
}

/* CSS Variables */
:root {
--color-1: #2d192e;
--color-2: #6d2c4b;
--color-3: #b77b8d;
--color-4: #d3a6c1;
--color-5: #f2e3f1;
}

Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d192e, #6d2c4b, #b77b8d, #d3a6c1, #f2e3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d192e, #6d2c4b, #b77b8d, #d3a6c1, #f2e3f1);
}

Dark Purple color palette created on .