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