Earthy Green カラーパレット

美しいEarthy Greenカラーパレットをご紹介します。west coast (#5f3d1c), potters clay (#915c36), pesto (#738736), sushi (#6aa937) and christi (#66ac1b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Earthy Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5f3d1c;
}
.color-2 {
color: #915c36;
}
.color-3 {
color: #738736;
}
.color-4 {
color: #6aa937;
}
.color-5 {
color: #66ac1b;
}

/* CSS Variables */
:root {
--color-1: #5f3d1c;
--color-2: #915c36;
--color-3: #738736;
--color-4: #6aa937;
--color-5: #66ac1b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f3d1c, #915c36, #738736, #6aa937, #66ac1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f3d1c, #915c36, #738736, #6aa937, #66ac1b);
}

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