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