Whispers of the Withered カラーパレット

美しいWhispers of the Witheredカラーパレットをご紹介します。mule fawn (#8c5a2b), indian khaki (#c2b180), malta (#bfb09c), swirl (#d5cec3) and mondo (#4e3b31)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Earthy, Brown, Autumn, Nature, Woodカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Whispers of the Witheredパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Whispers of the Withered カラーパレット CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #bfb09c;
}
.color-4 {
color: #d5cec3;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c2b180;
--color-3: #bfb09c;
--color-4: #d5cec3;
--color-5: #4e3b31;
}

🌈 Whispers of the Withered の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c2b180, #bfb09c, #d5cec3, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c2b180, #bfb09c, #d5cec3, #4e3b31);
}

Whispers of the Withered color palette created on .