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