Earthy Green カラーパレット
美しいEarthy Greenカラーパレットをご紹介します。sycamore (#878b41), barley corn (#9a8e51), santa fe (#b47646), brown rust (#ac6539) and metallic copper (#67351d)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Earthy Greenパレットを使った美しいUIコンポーネントを探索
💻 Earthy Green カラーパレット CSS
/* CSS */
.color-1 {
color: #878b41;
}
.color-2 {
color: #9a8e51;
}
.color-3 {
color: #b47646;
}
.color-4 {
color: #ac6539;
}
.color-5 {
color: #67351d;
}
/* CSS Variables */
:root {
--color-1: #878b41;
--color-2: #9a8e51;
--color-3: #b47646;
--color-4: #ac6539;
--color-5: #67351d;
} 🌈 Earthy Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #878b41, #9a8e51, #b47646, #ac6539, #67351d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #878b41, #9a8e51, #b47646, #ac6539, #67351d);
} 🔗 似たようなカラーパレットを探索
Earthy Green color palette created on .