Witchy Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Witchy Vibes palette

Share this palette to:

Witchy Vibes color palette PNG image

Download witchy vibes color palette PNG image (landscape)
Download witchy vibes color palette PNG image (square)

Witchy Vibes color palette CSS

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #7b5b8b;
}
.color-3 {
color: #a37b9b;
}
.color-4 {
color: #d9a76d;
}
.color-5 {
color: #f1b55b;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #7b5b8b;
--color-3: #a37b9b;
--color-4: #d9a76d;
--color-5: #f1b55b;
}

Witchy Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #7b5b8b, #a37b9b, #d9a76d, #f1b55b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #7b5b8b, #a37b9b, #d9a76d, #f1b55b);
}

Witchy Vibes color palette created on .