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