Whispers of Forest Shadows カラーパレット

美しいWhispers of Forest Shadowsカラーパレットをご紹介します。timberwolf (#dad5cd), bud (#a9aca5), xanadu (#808983), corduroy (#5f6d68) and nandor (#465954)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #dad5cd;
}
.color-2 {
color: #a9aca5;
}
.color-3 {
color: #808983;
}
.color-4 {
color: #5f6d68;
}
.color-5 {
color: #465954;
}

/* CSS Variables */
:root {
--color-1: #dad5cd;
--color-2: #a9aca5;
--color-3: #808983;
--color-4: #5f6d68;
--color-5: #465954;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dad5cd, #a9aca5, #808983, #5f6d68, #465954);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dad5cd, #a9aca5, #808983, #5f6d68, #465954);
}

Whispers of Forest Shadows color palette created on .