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 CSS

/* CSS */
.color-1 {
color: #7b4c9e;
}
.color-2 {
color: #9b69bf;
}
.color-3 {
color: #c3a4e0;
}
.color-4 {
color: #f1d0e7;
}
.color-5 {
color: #f59ec7;
}

/* CSS Variables */
:root {
--color-1: #7b4c9e;
--color-2: #9b69bf;
--color-3: #c3a4e0;
--color-4: #f1d0e7;
--color-5: #f59ec7;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9e, #9b69bf, #c3a4e0, #f1d0e7, #f59ec7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9e, #9b69bf, #c3a4e0, #f1d0e7, #f59ec7);
}

Purple Dream color palette created on .