Tropical Teal カラーパレット

美しいTropical Tealカラーパレットをご紹介します。mule fawn (#8c592b), ronchi (#f1c84b), turquoise (#49dad5), blizzard blue (#b3e2ef) and alice blue (#f0f8ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #8c592b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #49dad5;
}
.color-4 {
color: #b3e2ef;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #8c592b;
--color-2: #f1c84b;
--color-3: #49dad5;
--color-4: #b3e2ef;
--color-5: #f0f8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c592b, #f1c84b, #49dad5, #b3e2ef, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c592b, #f1c84b, #49dad5, #b3e2ef, #f0f8ff);
}

Tropical Teal color palette created on .