Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。crete (#4a6f2a), woodland (#3c5d22), seaweed (#2b4b1b), asparagus (#809c4f) and wild willow (#b6c879)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #4a6f2a;
}
.color-2 {
color: #3c5d22;
}
.color-3 {
color: #2b4b1b;
}
.color-4 {
color: #809c4f;
}
.color-5 {
color: #b6c879;
}

/* CSS Variables */
:root {
--color-1: #4a6f2a;
--color-2: #3c5d22;
--color-3: #2b4b1b;
--color-4: #809c4f;
--color-5: #b6c879;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6f2a, #3c5d22, #2b4b1b, #809c4f, #b6c879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6f2a, #3c5d22, #2b4b1b, #809c4f, #b6c879);
}

Shades of Green color palette created on .