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: #6f4c9a;
}
.color-2 {
color: #a781ca;
}
.color-3 {
color: #d6a4e5;
}
.color-4 {
color: #f9c7ff;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #6f4c9a;
--color-2: #a781ca;
--color-3: #d6a4e5;
--color-4: #f9c7ff;
--color-5: #eab8e4;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c9a, #a781ca, #d6a4e5, #f9c7ff, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c9a, #a781ca, #d6a4e5, #f9c7ff, #eab8e4);
}

Purple Dream color palette created on .