Forest Green カラーパレット

美しいForest Greenカラーパレットをご紹介します。parsley (#1c551e), sea green (#2c7839), chateau green (#46b65b), de york (#71d192) and vista blue (#8cd9ab)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Green カラーパレット CSS

/* CSS */
.color-1 {
color: #1c551e;
}
.color-2 {
color: #2c7839;
}
.color-3 {
color: #46b65b;
}
.color-4 {
color: #71d192;
}
.color-5 {
color: #8cd9ab;
}

/* CSS Variables */
:root {
--color-1: #1c551e;
--color-2: #2c7839;
--color-3: #46b65b;
--color-4: #71d192;
--color-5: #8cd9ab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c551e, #2c7839, #46b65b, #71d192, #8cd9ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c551e, #2c7839, #46b65b, #71d192, #8cd9ab);
}

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