Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dream palette

Share this palette to:

Purple Dream color palette PNG image

Download purple dream color palette PNG image (landscape)
Download purple dream color palette PNG image (square)

Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #d6b0e3;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9b58b6;
--color-3: #d6b0e3;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9b58b6, #d6b0e3, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9b58b6, #d6b0e3, #f1c40e, #e74d3c);
}

Purple Dream color palette created on .