美しいShades of Greenカラーパレットをご紹介します。khaki (#f0e78e), jagged ice (#b9e4d5), bittersweet (#ff6e61), sandy brown (#f4a462) and jungle green (#2a9d90)で構成されています。

Shades of Green カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Shades of Greenパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

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

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #b9e4d5;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b9e4d5;
--color-3: #ff6e61;
--color-4: #f4a462;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b9e4d5, #ff6e61, #f4a462, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b9e4d5, #ff6e61, #f4a462, #2a9d90);
}

Shades of Green color palette created on .