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