Banshee Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Banshee palette
Banshee color palette CSS
/* CSS */
.color-1 {
color: #b3c7e0;
}
.color-2 {
color: #a2a5e7;
}
.color-3 {
color: #7f8deb;
}
.color-4 {
color: #b5a4da;
}
.color-5 {
color: #9c7dba;
}
/* CSS Variables */
:root {
--color-1: #b3c7e0;
--color-2: #a2a5e7;
--color-3: #7f8deb;
--color-4: #b5a4da;
--color-5: #9c7dba;
}
Banshee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7e0, #a2a5e7, #7f8deb, #b5a4da, #9c7dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7e0, #a2a5e7, #7f8deb, #b5a4da, #9c7dba);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Banshee color palette created on .