Shades of Green カラーパレット

美しいShades of Greenカラーパレットをご紹介します。aqua island (#b2e0da), sinbad (#a4d6c1), vista blue (#8bcbaf), gulf stream (#7db0af) and tradewind (#5baea6)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Bright, Green, Summer, Vibrantカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Shades of Greenパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b2e0da;
}
.color-2 {
color: #a4d6c1;
}
.color-3 {
color: #8bcbaf;
}
.color-4 {
color: #7db0af;
}
.color-5 {
color: #5baea6;
}

/* CSS Variables */
:root {
--color-1: #b2e0da;
--color-2: #a4d6c1;
--color-3: #8bcbaf;
--color-4: #7db0af;
--color-5: #5baea6;
}

🌈 Shades of Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0da, #a4d6c1, #8bcbaf, #7db0af, #5baea6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0da, #a4d6c1, #8bcbaf, #7db0af, #5baea6);
}

Shades of Green color palette created on .