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: #3c096d;
}
.color-2 {
color: #690571;
}
.color-3 {
color: #a0186c;
}
.color-4 {
color: #f38a20;
}
.color-5 {
color: #f8c749;
}

/* CSS Variables */
:root {
--color-1: #3c096d;
--color-2: #690571;
--color-3: #a0186c;
--color-4: #f38a20;
--color-5: #f8c749;
}

Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c096d, #690571, #a0186c, #f38a20, #f8c749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c096d, #690571, #a0186c, #f38a20, #f8c749);
}

Dark Purple color palette created on .