Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。emerald (#5abf7d), fruit salad (#4cae4f), apple (#3b9b3d), sea green (#2f8932) and forest green (#20761e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #5abf7d;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #3b9b3d;
}
.color-4 {
color: #2f8932;
}
.color-5 {
color: #20761e;
}

/* CSS Variables */
:root {
--color-1: #5abf7d;
--color-2: #4cae4f;
--color-3: #3b9b3d;
--color-4: #2f8932;
--color-5: #20761e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf7d, #4cae4f, #3b9b3d, #2f8932, #20761e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf7d, #4cae4f, #3b9b3d, #2f8932, #20761e);
}

Shades of Green color palette created on .