Dark Purple Magic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Magic palette

Share this palette to:

Dark Purple Magic color palette CSS

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #3b2a5b;
}
.color-3 {
color: #6c4a8c;
}
.color-4 {
color: #a1599f;
}
.color-5 {
color: #b68eec;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #3b2a5b;
--color-3: #6c4a8c;
--color-4: #a1599f;
--color-5: #b68eec;
}

Dark Purple Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #3b2a5b, #6c4a8c, #a1599f, #b68eec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #3b2a5b, #6c4a8c, #a1599f, #b68eec);
}

Dark Purple Magic color palette created on .