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: #4f2a92;
}
.color-2 {
color: #6f4c9a;
}
.color-3 {
color: #996bbd;
}
.color-4 {
color: #c2a3e0;
}
.color-5 {
color: #e3c6f1;
}

/* CSS Variables */
:root {
--color-1: #4f2a92;
--color-2: #6f4c9a;
--color-3: #996bbd;
--color-4: #c2a3e0;
--color-5: #e3c6f1;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f2a92, #6f4c9a, #996bbd, #c2a3e0, #e3c6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f2a92, #6f4c9a, #996bbd, #c2a3e0, #e3c6f1);
}

Purple Dream color palette created on .