Banshee カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Banshee palette
Banshee カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
下にスクロールして200+個の青カラーパレットを探索しましょう
Banshee color palette created on .