Banshee カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Banshee palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Banshee カラーパレット (PNG) をダウンロード
Banshee カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
下にスクロールして1000+個のcolors.etherealカラーパレットを探索しましょう
Banshee color palette created on .