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