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