Vintage Forest カラーパレット

美しいVintage Forestカラーパレットをご紹介します。deep fir (#192801), verdun green (#214002), madras (#334403), brown bramble (#632803) and red oxide (#650d01)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vintage Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #192801;
}
.color-2 {
color: #214002;
}
.color-3 {
color: #334403;
}
.color-4 {
color: #632803;
}
.color-5 {
color: #650d01;
}

/* CSS Variables */
:root {
--color-1: #192801;
--color-2: #214002;
--color-3: #334403;
--color-4: #632803;
--color-5: #650d01;
}

🌈 Vintage Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192801, #214002, #334403, #632803, #650d01);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192801, #214002, #334403, #632803, #650d01);
}

Vintage Forest color palette created on .