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