Purple Stained Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Stained palette

Share this palette to:

Purple Stained color palette CSS

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #b67c9c;
}
.color-3 {
color: #f1b1c1;
}
.color-4 {
color: #f3e6b9;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #b67c9c;
--color-3: #f1b1c1;
--color-4: #f3e6b9;
--color-5: #f1c40e;
}

Purple Stained background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #b67c9c, #f1b1c1, #f3e6b9, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #b67c9c, #f1b1c1, #f3e6b9, #f1c40e);
}

Purple Stained color palette created on .