Shades of Green カラーパレット
美しいShades of Greenカラーパレットをご紹介します。fruit salad (#4c9e5b), pastel green (#7fd959), celadon (#b3e0a3), sandwisp (#f3f59e) and tan hide (#f9a65d)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Bright, Green, Nature, Vibrantカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Shades of Greenパレットを使った美しいUIコンポーネントを探索
💻 Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #4c9e5b;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #b3e0a3;
}
.color-4 {
color: #f3f59e;
}
.color-5 {
color: #f9a65d;
}
/* CSS Variables */
:root {
--color-1: #4c9e5b;
--color-2: #7fd959;
--color-3: #b3e0a3;
--color-4: #f3f59e;
--color-5: #f9a65d;
} 🌈 Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9e5b, #7fd959, #b3e0a3, #f3f59e, #f9a65d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9e5b, #7fd959, #b3e0a3, #f3f59e, #f9a65d);
} 🔗 似たようなカラーパレットを探索
Shades of Green color palette created on .