Banshee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Banshee palette

このパレットを共有する先:

Banshee カラー パレット PNG 画像

Download banshee color palette PNG image (landscape)
Download banshee color palette PNG image (square)

Banshee カラーパレット CSS

/* CSS */
.color-1 {
color: #363649;
}
.color-2 {
color: #5a4a64;
}
.color-3 {
color: #856e8c;
}
.color-4 {
color: #b08da0;
}
.color-5 {
color: #c69a58;
}

/* CSS Variables */
:root {
--color-1: #363649;
--color-2: #5a4a64;
--color-3: #856e8c;
--color-4: #b08da0;
--color-5: #c69a58;
}

Banshee の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363649, #5a4a64, #856e8c, #b08da0, #c69a58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363649, #5a4a64, #856e8c, #b08da0, #c69a58);
}

Banshee color palette created on .