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: #3b1f3d;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #a85f2e;
}
.color-4 {
color: #c7b300;
}
.color-5 {
color: #f2d59c;
}

/* CSS Variables */
:root {
--color-1: #3b1f3d;
--color-2: #6a4c94;
--color-3: #a85f2e;
--color-4: #c7b300;
--color-5: #f2d59c;
}

Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b1f3d, #6a4c94, #a85f2e, #c7b300, #f2d59c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b1f3d, #6a4c94, #a85f2e, #c7b300, #f2d59c);
}

Dark Purple color palette created on .