Dark Purple Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Blue palette

Share this palette to:

Dark Purple Blue color palette CSS

/* CSS */
.color-1 {
color: #3a2c68;
}
.color-2 {
color: #4f3f8d;
}
.color-3 {
color: #6c5eb0;
}
.color-4 {
color: #9080d6;
}
.color-5 {
color: #b2a3e1;
}

/* CSS Variables */
:root {
--color-1: #3a2c68;
--color-2: #4f3f8d;
--color-3: #6c5eb0;
--color-4: #9080d6;
--color-5: #b2a3e1;
}

Dark Purple Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c68, #4f3f8d, #6c5eb0, #9080d6, #b2a3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c68, #4f3f8d, #6c5eb0, #9080d6, #b2a3e1);
}

Dark Purple Blue color palette created on .