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