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: #1b0d30;
}
.color-2 {
color: #3b1f5b;
}
.color-3 {
color: #6b409c;
}
.color-4 {
color: #9c70d2;
}
.color-5 {
color: #d1b2f0;
}

/* CSS Variables */
:root {
--color-1: #1b0d30;
--color-2: #3b1f5b;
--color-3: #6b409c;
--color-4: #9c70d2;
--color-5: #d1b2f0;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0d30, #3b1f5b, #6b409c, #9c70d2, #d1b2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0d30, #3b1f5b, #6b409c, #9c70d2, #d1b2f0);
}

Purple Dream color palette created on .