Dark Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple palette

Share this palette to:

Download Dark Purple Color Palette (PNG)

Download dark purple color palette PNG image (landscape)
Download dark purple color palette PNG image (square)

Dark Purple color palette CSS

/* CSS */
.color-1 {
color: #4a3c6d;
}
.color-2 {
color: #d5503f;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #a6d84b;
}
.color-5 {
color: #499c6c;
}

/* CSS Variables */
:root {
--color-1: #4a3c6d;
--color-2: #d5503f;
--color-3: #f5a524;
--color-4: #a6d84b;
--color-5: #499c6c;
}

Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c6d, #d5503f, #f5a524, #a6d84b, #499c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c6d, #d5503f, #f5a524, #a6d84b, #499c6c);
}

Dark Purple color palette created on .