Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。sunflower (#dbbf1f), nugget (#c3aa1d), citron (#92a41e), olive drab (#569121) and dell (#2f671e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #dbbf1f;
}
.color-2 {
color: #c3aa1d;
}
.color-3 {
color: #92a41e;
}
.color-4 {
color: #569121;
}
.color-5 {
color: #2f671e;
}

/* CSS Variables */
:root {
--color-1: #dbbf1f;
--color-2: #c3aa1d;
--color-3: #92a41e;
--color-4: #569121;
--color-5: #2f671e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbbf1f, #c3aa1d, #92a41e, #569121, #2f671e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbbf1f, #c3aa1d, #92a41e, #569121, #2f671e);
}

Shades of Green color palette created on .