Dark Purple Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple Dreams palette

Share this palette to:

Dark Purple Dreams color palette PNG image

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

Dark Purple Dreams color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #8d43ad;
}
.color-4 {
color: #5e3370;
}
.color-5 {
color: #380a43;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9b58b6;
--color-3: #8d43ad;
--color-4: #5e3370;
--color-5: #380a43;
}

Dark Purple Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9b58b6, #8d43ad, #5e3370, #380a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9b58b6, #8d43ad, #5e3370, #380a43);
}

Dark Purple Dreams color palette created on .