Banshee Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Banshee palette

Share this palette to:

Banshee color palette CSS

/* CSS */
.color-1 {
color: #e0c2d6;
}
.color-2 {
color: #b587a4;
}
.color-3 {
color: #8c5f86;
}
.color-4 {
color: #6b368c;
}
.color-5 {
color: #4c0f52;
}

/* CSS Variables */
:root {
--color-1: #e0c2d6;
--color-2: #b587a4;
--color-3: #8c5f86;
--color-4: #6b368c;
--color-5: #4c0f52;
}

Banshee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c2d6, #b587a4, #8c5f86, #6b368c, #4c0f52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c2d6, #b587a4, #8c5f86, #6b368c, #4c0f52);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Banshee color palette created on .