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: #a855f7;
}
.color-2 {
color: #a669f7;
}
.color-3 {
color: #a7a1f7;
}
.color-4 {
color: #f7b6e3;
}
.color-5 {
color: #f7a855;
}

/* CSS Variables */
:root {
--color-1: #a855f7;
--color-2: #a669f7;
--color-3: #a7a1f7;
--color-4: #f7b6e3;
--color-5: #f7a855;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a855f7, #a669f7, #a7a1f7, #f7b6e3, #f7a855);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a855f7, #a669f7, #a7a1f7, #f7b6e3, #f7a855);
}

Purple Dream color palette created on .