Whispers of the Woodland カラーパレット

美しいWhispers of the Woodlandカラーパレットをご紹介します。indian khaki (#c2b180), camouflage green (#7e8a6a), woodland (#495c23), ecru white (#f5f1e5) and silk (#b8b1a8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of the Woodland カラーパレット CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #7e8a6a;
}
.color-3 {
color: #495c23;
}
.color-4 {
color: #f5f1e5;
}
.color-5 {
color: #b8b1a8;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #7e8a6a;
--color-3: #495c23;
--color-4: #f5f1e5;
--color-5: #b8b1a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #7e8a6a, #495c23, #f5f1e5, #b8b1a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #7e8a6a, #495c23, #f5f1e5, #b8b1a8);
}

Whispers of the Woodland color palette created on .