Whispers of Willow カラーパレット

美しいWhispers of Willowカラーパレットをご紹介します。ecru white (#f5f1e5), timberwolf (#dad7cf), nomad (#bab4a8), lemon grass (#9b988b) and pale oyster (#9e8c79)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Willow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f1e5;
}
.color-2 {
color: #dad7cf;
}
.color-3 {
color: #bab4a8;
}
.color-4 {
color: #9b988b;
}
.color-5 {
color: #9e8c79;
}

/* CSS Variables */
:root {
--color-1: #f5f1e5;
--color-2: #dad7cf;
--color-3: #bab4a8;
--color-4: #9b988b;
--color-5: #9e8c79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f1e5, #dad7cf, #bab4a8, #9b988b, #9e8c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f1e5, #dad7cf, #bab4a8, #9b988b, #9e8c79);
}

Whispers of Willow color palette created on .