Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。blue bayoux (#4d6d7a), oxley (#7c9c8f), sprout (#b2d6a8), wheat (#f2e1ab) and rose bud (#f6aba2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #4d6d7a;
}
.color-2 {
color: #7c9c8f;
}
.color-3 {
color: #b2d6a8;
}
.color-4 {
color: #f2e1ab;
}
.color-5 {
color: #f6aba2;
}

/* CSS Variables */
:root {
--color-1: #4d6d7a;
--color-2: #7c9c8f;
--color-3: #b2d6a8;
--color-4: #f2e1ab;
--color-5: #f6aba2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6d7a, #7c9c8f, #b2d6a8, #f2e1ab, #f6aba2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6d7a, #7c9c8f, #b2d6a8, #f2e1ab, #f6aba2);
}

Shades of Green color palette created on .