Earthy Green カラーパレット

美しいEarthy Greenカラーパレットをご紹介します。moss green (#a6d8b6), skeptic (#c2e5d5), bone (#e3d8c4), coral reef (#c4b59c) and yellow metal (#795939)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Earthy Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a6d8b6;
}
.color-2 {
color: #c2e5d5;
}
.color-3 {
color: #e3d8c4;
}
.color-4 {
color: #c4b59c;
}
.color-5 {
color: #795939;
}

/* CSS Variables */
:root {
--color-1: #a6d8b6;
--color-2: #c2e5d5;
--color-3: #e3d8c4;
--color-4: #c4b59c;
--color-5: #795939;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8b6, #c2e5d5, #e3d8c4, #c4b59c, #795939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8b6, #c2e5d5, #e3d8c4, #c4b59c, #795939);
}

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