Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。de york (#6ebf8d), tradewind (#4db3a0), ocean green (#3b9b8d), lochinvar (#2a7e77) and green pea (#1f605b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #6ebf8d;
}
.color-2 {
color: #4db3a0;
}
.color-3 {
color: #3b9b8d;
}
.color-4 {
color: #2a7e77;
}
.color-5 {
color: #1f605b;
}

/* CSS Variables */
:root {
--color-1: #6ebf8d;
--color-2: #4db3a0;
--color-3: #3b9b8d;
--color-4: #2a7e77;
--color-5: #1f605b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8d, #4db3a0, #3b9b8d, #2a7e77, #1f605b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8d, #4db3a0, #3b9b8d, #2a7e77, #1f605b);
}

Shades of Green color palette created on .