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: #1f1b79;
}
.color-2 {
color: #5a3d99;
}
.color-3 {
color: #a860be;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f5b7e3;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #5a3d99;
--color-3: #a860be;
--color-4: #eab8e4;
--color-5: #f5b7e3;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #5a3d99, #a860be, #eab8e4, #f5b7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #5a3d99, #a860be, #eab8e4, #f5b7e3);
}

Purple Dream color palette created on .