Wisteria Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Wisteria Dream palette
Wisteria Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #a67ab3;
}
.color-2 {
color: #bea4d0;
}
.color-3 {
color: #e0c1e6;
}
.color-4 {
color: #f2e4f6;
}
.color-5 {
color: #f7d4df;
}
/* CSS Variables */
:root {
--color-1: #a67ab3;
--color-2: #bea4d0;
--color-3: #e0c1e6;
--color-4: #f2e4f6;
--color-5: #f7d4df;
}
Wisteria Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67ab3, #bea4d0, #e0c1e6, #f2e4f6, #f7d4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67ab3, #bea4d0, #e0c1e6, #f2e4f6, #f7d4df);
}
似たようなカラーパレット
Wisteria Dream color palette created on .