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