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: #efedfd;
}
.color-2 {
color: #e1c5f2;
}
.color-3 {
color: #d5a1e3;
}
.color-4 {
color: #a56cc1;
}
.color-5 {
color: #7b4b9b;
}

/* CSS Variables */
:root {
--color-1: #efedfd;
--color-2: #e1c5f2;
--color-3: #d5a1e3;
--color-4: #a56cc1;
--color-5: #7b4b9b;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efedfd, #e1c5f2, #d5a1e3, #a56cc1, #7b4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efedfd, #e1c5f2, #d5a1e3, #a56cc1, #7b4b9b);
}

Purple Dream color palette created on .