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