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: #7b5ed9;
}
.color-2 {
color: #9976e5;
}
.color-3 {
color: #b89fe0;
}
.color-4 {
color: #d5b3d0;
}
.color-5 {
color: #f1c1d2;
}

/* CSS Variables */
:root {
--color-1: #7b5ed9;
--color-2: #9976e5;
--color-3: #b89fe0;
--color-4: #d5b3d0;
--color-5: #f1c1d2;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5ed9, #9976e5, #b89fe0, #d5b3d0, #f1c1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5ed9, #9976e5, #b89fe0, #d5b3d0, #f1c1d2);
}

Purple Dream color palette created on .