Teal Tropical カラーパレット

美しいTeal Tropicalカラーパレットをご紹介します。blue lagoon (#007e94), persian green (#00b3aa), jagged ice (#b8e5e0), neon carrot (#ff9b3d) and bittersweet (#ff6e61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Tropical カラーパレット CSS

/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #b8e5e0;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #00b3aa;
--color-3: #b8e5e0;
--color-4: #ff9b3d;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #00b3aa, #b8e5e0, #ff9b3d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #00b3aa, #b8e5e0, #ff9b3d, #ff6e61);
}

Teal Tropical color palette created on .