Forest Greens カラーパレット

美しいForest Greensカラーパレットをご紹介します。woodland (#4a5f30), green kelp (#1f2d1a), tom thumb (#3c5a3a), thatch green (#3d5c1f) and dingley (#6f8a4c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Greens カラーパレット CSS

/* CSS */
.color-1 {
color: #4a5f30;
}
.color-2 {
color: #1f2d1a;
}
.color-3 {
color: #3c5a3a;
}
.color-4 {
color: #3d5c1f;
}
.color-5 {
color: #6f8a4c;
}

/* CSS Variables */
:root {
--color-1: #4a5f30;
--color-2: #1f2d1a;
--color-3: #3c5a3a;
--color-4: #3d5c1f;
--color-5: #6f8a4c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5f30, #1f2d1a, #3c5a3a, #3d5c1f, #6f8a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5f30, #1f2d1a, #3c5a3a, #3d5c1f, #6f8a4c);
}

Forest Greensカラーパレットはに作成されました。