Whispers of the Forest カラーパレット

美しいWhispers of the Forestカラーパレットをご紹介します。clay ash (#b4c8b1), norway (#a8b79e), battleship gray (#8c9d7b), yellow metal (#795a3e) and millbrook (#503c2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #b4c8b1;
}
.color-2 {
color: #a8b79e;
}
.color-3 {
color: #8c9d7b;
}
.color-4 {
color: #795a3e;
}
.color-5 {
color: #503c2b;
}

/* CSS Variables */
:root {
--color-1: #b4c8b1;
--color-2: #a8b79e;
--color-3: #8c9d7b;
--color-4: #795a3e;
--color-5: #503c2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c8b1, #a8b79e, #8c9d7b, #795a3e, #503c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c8b1, #a8b79e, #8c9d7b, #795a3e, #503c2b);
}

Whispers of the Forest color palette created on .