Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。viridian green (#629876), bay leaf (#80ad80), swamp green (#a7c08b), fall green (#dfe9b9) and loafer (#f9faf0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #629876;
}
.color-2 {
color: #80ad80;
}
.color-3 {
color: #a7c08b;
}
.color-4 {
color: #dfe9b9;
}
.color-5 {
color: #f9faf0;
}

/* CSS Variables */
:root {
--color-1: #629876;
--color-2: #80ad80;
--color-3: #a7c08b;
--color-4: #dfe9b9;
--color-5: #f9faf0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #629876, #80ad80, #a7c08b, #dfe9b9, #f9faf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #629876, #80ad80, #a7c08b, #dfe9b9, #f9faf0);
}

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