Green Forest カラーパレット

美しいGreen Forestカラーパレットをご紹介します。crete (#4b7e30), de york (#7ebe7e), moss green (#a8d7a3), willow brook (#e7f0e0) and new orleans (#f2c9a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Green Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7e30;
}
.color-2 {
color: #7ebe7e;
}
.color-3 {
color: #a8d7a3;
}
.color-4 {
color: #e7f0e0;
}
.color-5 {
color: #f2c9a1;
}

/* CSS Variables */
:root {
--color-1: #4b7e30;
--color-2: #7ebe7e;
--color-3: #a8d7a3;
--color-4: #e7f0e0;
--color-5: #f2c9a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7e30, #7ebe7e, #a8d7a3, #e7f0e0, #f2c9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7e30, #7ebe7e, #a8d7a3, #e7f0e0, #f2c9a1);
}

Green Forest color palette created on .