Withered カラーパレット
美しいWitheredカラーパレットをご紹介します。domino (#8c7c5f), mongoose (#b9a574), zombie (#e5d09e), toast (#a36c5c) and quincy (#5e3b2b)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Witheredパレットを使った美しいUIコンポーネントを探索
💻 Withered カラーパレット CSS
/* CSS */
.color-1 {
color: #8c7c5f;
}
.color-2 {
color: #b9a574;
}
.color-3 {
color: #e5d09e;
}
.color-4 {
color: #a36c5c;
}
.color-5 {
color: #5e3b2b;
}
/* CSS Variables */
:root {
--color-1: #8c7c5f;
--color-2: #b9a574;
--color-3: #e5d09e;
--color-4: #a36c5c;
--color-5: #5e3b2b;
} 🌈 Withered の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c5f, #b9a574, #e5d09e, #a36c5c, #5e3b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c5f, #b9a574, #e5d09e, #a36c5c, #5e3b2b);
} 🔗 似たようなカラーパレットを探索
Witheredカラーパレットはに作成されました。