Vin カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vin palette
Vin カラー パレット PNG 画像
Vin カラーパレット CSS
/* CSS */
.color-1 {
color: #4a2b39;
}
.color-2 {
color: #7c4b5e;
}
.color-3 {
color: #b36b8b;
}
.color-4 {
color: #e2a1c2;
}
.color-5 {
color: #f2d4e0;
}
/* CSS Variables */
:root {
--color-1: #4a2b39;
--color-2: #7c4b5e;
--color-3: #b36b8b;
--color-4: #e2a1c2;
--color-5: #f2d4e0;
}
Vin の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b39, #7c4b5e, #b36b8b, #e2a1c2, #f2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b39, #7c4b5e, #b36b8b, #e2a1c2, #f2d4e0);
}
似たようなカラーパレット
Vin color palette created on .