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: #8b599b;
}
.color-2 {
color: #a76c9e;
}
.color-3 {
color: #d69eb1;
}
.color-4 {
color: #f1b1d3;
}
.color-5 {
color: #f3d3e6;
}

/* CSS Variables */
:root {
--color-1: #8b599b;
--color-2: #a76c9e;
--color-3: #d69eb1;
--color-4: #f1b1d3;
--color-5: #f3d3e6;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b599b, #a76c9e, #d69eb1, #f1b1d3, #f3d3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b599b, #a76c9e, #d69eb1, #f1b1d3, #f3d3e6);
}

Purple Dream color palette created on .