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