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: #9b5f9b;
}
.color-2 {
color: #d2a2d2;
}
.color-3 {
color: #f0c1df;
}
.color-4 {
color: #f8e3b9;
}
.color-5 {
color: #f7ca50;
}

/* CSS Variables */
:root {
--color-1: #9b5f9b;
--color-2: #d2a2d2;
--color-3: #f0c1df;
--color-4: #f8e3b9;
--color-5: #f7ca50;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5f9b, #d2a2d2, #f0c1df, #f8e3b9, #f7ca50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5f9b, #d2a2d2, #f0c1df, #f8e3b9, #f7ca50);
}

Purple Dream color palette created on .