Whispering Forest カラーパレット

美しいWhispering Forestカラーパレットをご紹介します。storm dust (#565855), nandor (#4b5d59), xanadu (#6f7b6f), sage (#92a489) and rainee (#b8c2a3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispering Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #565855;
}
.color-2 {
color: #4b5d59;
}
.color-3 {
color: #6f7b6f;
}
.color-4 {
color: #92a489;
}
.color-5 {
color: #b8c2a3;
}

/* CSS Variables */
:root {
--color-1: #565855;
--color-2: #4b5d59;
--color-3: #6f7b6f;
--color-4: #92a489;
--color-5: #b8c2a3;
}

🌈 Whispering Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #565855, #4b5d59, #6f7b6f, #92a489, #b8c2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #565855, #4b5d59, #6f7b6f, #92a489, #b8c2a3);
}

Whispering Forestカラーパレットはに作成されました。