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