Whispers of Willow カラーパレット

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

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f5f1e5;
}
.color-2 {
color: #d9d6ce;
}
.color-3 {
color: #b9b3a6;
}
.color-4 {
color: #9b998c;
}
.color-5 {
color: #9f8d7a;
}

/* CSS Variables */
:root {
--color-1: #f5f1e5;
--color-2: #d9d6ce;
--color-3: #b9b3a6;
--color-4: #9b998c;
--color-5: #9f8d7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f1e5, #d9d6ce, #b9b3a6, #9b998c, #9f8d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f1e5, #d9d6ce, #b9b3a6, #9b998c, #9f8d7a);
}

Whispers of Willow color palette created on .