Purple Wildberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Wildberry palette

Share this palette to:

Purple Wildberry color palette CSS

/* CSS */
.color-1 {
color: #9b5e9c;
}
.color-2 {
color: #d0808c;
}
.color-3 {
color: #f2b645;
}
.color-4 {
color: #f7e7a6;
}
.color-5 {
color: #7dc5d4;
}

/* CSS Variables */
:root {
--color-1: #9b5e9c;
--color-2: #d0808c;
--color-3: #f2b645;
--color-4: #f7e7a6;
--color-5: #7dc5d4;
}

Purple Wildberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5e9c, #d0808c, #f2b645, #f7e7a6, #7dc5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5e9c, #d0808c, #f2b645, #f7e7a6, #7dc5d4);
}

Purple Wildberry color palette created on .