Tropical Green カラーパレット

美しいTropical Greenカラーパレットをご紹介します。tropical rain forest (#00755e), green haze (#009975), persian green (#00b398), caribbean green (#00d6b3) and robin's egg blue (#00e6c3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Green カラーパレット CSS

/* CSS */
.color-1 {
color: #00755e;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #00b398;
}
.color-4 {
color: #00d6b3;
}
.color-5 {
color: #00e6c3;
}

/* CSS Variables */
:root {
--color-1: #00755e;
--color-2: #009975;
--color-3: #00b398;
--color-4: #00d6b3;
--color-5: #00e6c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00755e, #009975, #00b398, #00d6b3, #00e6c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00755e, #009975, #00b398, #00d6b3, #00e6c3);
}

Tropical Green color palette created on .