Whispering Earthtones カラーパレット

美しいWhispering Earthtonesカラーパレットをご紹介します。clay ash (#b6c8b6), donkey brown (#a78c7b), soya bean (#645c4f), woody brown (#3c2a2b) and pearl bush (#e7e0d9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispering Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #b6c8b6;
}
.color-2 {
color: #a78c7b;
}
.color-3 {
color: #645c4f;
}
.color-4 {
color: #3c2a2b;
}
.color-5 {
color: #e7e0d9;
}

/* CSS Variables */
:root {
--color-1: #b6c8b6;
--color-2: #a78c7b;
--color-3: #645c4f;
--color-4: #3c2a2b;
--color-5: #e7e0d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8b6, #a78c7b, #645c4f, #3c2a2b, #e7e0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8b6, #a78c7b, #645c4f, #3c2a2b, #e7e0d9);
}

Whispering Earthtones color palette created on .