Whispering Forest Hues カラーパレット

美しいWhispering Forest Huesカラーパレットをご紹介します。tasman (#d3ded5), norway (#afbda3), mantle (#8ca191), battleship gray (#899575) and blue smoke (#7c9288)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispering Forest Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #d3ded5;
}
.color-2 {
color: #afbda3;
}
.color-3 {
color: #8ca191;
}
.color-4 {
color: #899575;
}
.color-5 {
color: #7c9288;
}

/* CSS Variables */
:root {
--color-1: #d3ded5;
--color-2: #afbda3;
--color-3: #8ca191;
--color-4: #899575;
--color-5: #7c9288;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3ded5, #afbda3, #8ca191, #899575, #7c9288);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3ded5, #afbda3, #8ca191, #899575, #7c9288);
}

Whispering Forest Hues color palette created on .