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