Dark Purple Romance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Romance palette

Share this palette to:

Dark Purple Romance color palette CSS

/* CSS */
.color-1 {
color: #3d1c69;
}
.color-2 {
color: #5d3f92;
}
.color-3 {
color: #7b5abf;
}
.color-4 {
color: #9a7ad1;
}
.color-5 {
color: #d5a6e2;
}

/* CSS Variables */
:root {
--color-1: #3d1c69;
--color-2: #5d3f92;
--color-3: #7b5abf;
--color-4: #9a7ad1;
--color-5: #d5a6e2;
}

Dark Purple Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1c69, #5d3f92, #7b5abf, #9a7ad1, #d5a6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1c69, #5d3f92, #7b5abf, #9a7ad1, #d5a6e2);
}

Similar color palettes

Dark Purple Romance color palette created on .