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