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