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: #a27bc6;
}
.color-2 {
color: #eab7f1;
}
.color-3 {
color: #ffb3e2;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #695b9a;
}

/* CSS Variables */
:root {
--color-1: #a27bc6;
--color-2: #eab7f1;
--color-3: #ffb3e2;
--color-4: #ff7092;
--color-5: #695b9a;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27bc6, #eab7f1, #ffb3e2, #ff7092, #695b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27bc6, #eab7f1, #ffb3e2, #ff7092, #695b9a);
}

Purple Dream color palette created on .