Bright Green Forest カラーパレット

美しいBright Green Forestカラーパレットをご紹介します。asparagus (#6d9150), swamp green (#9abc8a), deco (#c7e3a1), feta (#e7f8d3) and ecru white (#f3f6ea)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #6d9150;
}
.color-2 {
color: #9abc8a;
}
.color-3 {
color: #c7e3a1;
}
.color-4 {
color: #e7f8d3;
}
.color-5 {
color: #f3f6ea;
}

/* CSS Variables */
:root {
--color-1: #6d9150;
--color-2: #9abc8a;
--color-3: #c7e3a1;
--color-4: #e7f8d3;
--color-5: #f3f6ea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d9150, #9abc8a, #c7e3a1, #e7f8d3, #f3f6ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d9150, #9abc8a, #c7e3a1, #e7f8d3, #f3f6ea);
}

Bright Green Forest color palette created on .