Deep Green Forest カラーパレット

美しいDeep Green Forestカラーパレットをご紹介します。axolotl (#476349), tom thumb (#395841), tom thumb (#2d4734), celtic (#1e3726) and celtic (#0f281c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Deep Green Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #476349;
}
.color-2 {
color: #395841;
}
.color-3 {
color: #2d4734;
}
.color-4 {
color: #1e3726;
}
.color-5 {
color: #0f281c;
}

/* CSS Variables */
:root {
--color-1: #476349;
--color-2: #395841;
--color-3: #2d4734;
--color-4: #1e3726;
--color-5: #0f281c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #476349, #395841, #2d4734, #1e3726, #0f281c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #476349, #395841, #2d4734, #1e3726, #0f281c);
}

Deep Green Forest color palette created on .