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