Witch Angel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Witch Angel palette

Share this palette to:

Witch Angel color palette PNG image

Download witch angel color palette PNG image (landscape)
Download witch angel color palette PNG image (square)

Witch Angel color palette CSS

/* CSS */
.color-1 {
color: #6b508b;
}
.color-2 {
color: #b1a9c7;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #7de8b6;
}

/* CSS Variables */
:root {
--color-1: #6b508b;
--color-2: #b1a9c7;
--color-3: #f7b5a1;
--color-4: #f9d66c;
--color-5: #7de8b6;
}

Witch Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b508b, #b1a9c7, #f7b5a1, #f9d66c, #7de8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b508b, #b1a9c7, #f7b5a1, #f9d66c, #7de8b6);
}

Witch Angel color palette created on .