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