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