Purple Witches Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Witches palette

Share this palette to:

Purple Witches color palette CSS

/* CSS */
.color-1 {
color: #5f3c6d;
}
.color-2 {
color: #7b4e8d;
}
.color-3 {
color: #a76c9a;
}
.color-4 {
color: #c7a9c3;
}
.color-5 {
color: #f2d5d4;
}

/* CSS Variables */
:root {
--color-1: #5f3c6d;
--color-2: #7b4e8d;
--color-3: #a76c9a;
--color-4: #c7a9c3;
--color-5: #f2d5d4;
}

Purple Witches background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f3c6d, #7b4e8d, #a76c9a, #c7a9c3, #f2d5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f3c6d, #7b4e8d, #a76c9a, #c7a9c3, #f2d5d4);
}

Purple Witches color palette created on .