Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。gum leaf (#a9d6bb), mantis (#6ccb79), fruit salad (#4b9b6d), amazon (#3e7959) and stromboli (#2c5e4f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #6ccb79;
}
.color-3 {
color: #4b9b6d;
}
.color-4 {
color: #3e7959;
}
.color-5 {
color: #2c5e4f;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #6ccb79;
--color-3: #4b9b6d;
--color-4: #3e7959;
--color-5: #2c5e4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #6ccb79, #4b9b6d, #3e7959, #2c5e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #6ccb79, #4b9b6d, #3e7959, #2c5e4f);
}

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