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: #794d9d;
}
.color-2 {
color: #9a6db6;
}
.color-3 {
color: #d1a1e3;
}
.color-4 {
color: #f2c4e1;
}
.color-5 {
color: #f7a6c6;
}

/* CSS Variables */
:root {
--color-1: #794d9d;
--color-2: #9a6db6;
--color-3: #d1a1e3;
--color-4: #f2c4e1;
--color-5: #f7a6c6;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794d9d, #9a6db6, #d1a1e3, #f2c4e1, #f7a6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794d9d, #9a6db6, #d1a1e3, #f2c4e1, #f7a6c6);
}

Purple Dream color palette created on .