Wisteria Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Wisteria Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Wisteria Shades カラーパレット (PNG) をダウンロード
Wisteria Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #b6a1d9;
}
.color-2 {
color: #9b7cc0;
}
.color-3 {
color: #7f5b9f;
}
.color-4 {
color: #4f3e74;
}
.color-5 {
color: #2c2a4b;
}
/* CSS Variables */
:root {
--color-1: #b6a1d9;
--color-2: #9b7cc0;
--color-3: #7f5b9f;
--color-4: #4f3e74;
--color-5: #2c2a4b;
}
Wisteria Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a1d9, #9b7cc0, #7f5b9f, #4f3e74, #2c2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a1d9, #9b7cc0, #7f5b9f, #4f3e74, #2c2a4b);
}
似たようなカラーパレット
Wisteria Shades color palette created on .