Whispers of Willow カラーパレット

美しいWhispers of Willowカラーパレットをご紹介します。gum leaf (#a9d6bb), patina (#6a9a8d), stromboli (#3b6857), plantation (#2b4a39) and everglade (#1e382a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #6a9a8d;
}
.color-3 {
color: #3b6857;
}
.color-4 {
color: #2b4a39;
}
.color-5 {
color: #1e382a;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #6a9a8d;
--color-3: #3b6857;
--color-4: #2b4a39;
--color-5: #1e382a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #6a9a8d, #3b6857, #2b4a39, #1e382a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #6a9a8d, #3b6857, #2b4a39, #1e382a);
}

Whispers of Willow color palette created on .