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