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