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