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: #3d4048;
}
.color-2 {
color: #5e6073;
}
.color-3 {
color: #7b8093;
}
.color-4 {
color: #af9fc1;
}
.color-5 {
color: #db6e66;
}

/* CSS Variables */
:root {
--color-1: #3d4048;
--color-2: #5e6073;
--color-3: #7b8093;
--color-4: #af9fc1;
--color-5: #db6e66;
}

Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4048, #5e6073, #7b8093, #af9fc1, #db6e66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4048, #5e6073, #7b8093, #af9fc1, #db6e66);
}

Dark Purple color palette created on .