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