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: #380a43;
}
.color-2 {
color: #7e1b8d;
}
.color-3 {
color: #d45e8d;
}
.color-4 {
color: #ff8f5c;
}
.color-5 {
color: #ffee2e;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #7e1b8d;
--color-3: #d45e8d;
--color-4: #ff8f5c;
--color-5: #ffee2e;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #7e1b8d, #d45e8d, #ff8f5c, #ffee2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #7e1b8d, #d45e8d, #ff8f5c, #ffee2e);
}

Purple Dream color palette created on .