Teal Financial カラーパレット

美しいTeal Financialカラーパレットをご紹介します。matisse (#1e6f9f), tradewind (#53b2a5), algae green (#8be5a4), sahara sand (#f0e77f) and crusta (#f76a3b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Financial カラーパレット CSS

/* CSS */
.color-1 {
color: #1e6f9f;
}
.color-2 {
color: #53b2a5;
}
.color-3 {
color: #8be5a4;
}
.color-4 {
color: #f0e77f;
}
.color-5 {
color: #f76a3b;
}

/* CSS Variables */
:root {
--color-1: #1e6f9f;
--color-2: #53b2a5;
--color-3: #8be5a4;
--color-4: #f0e77f;
--color-5: #f76a3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6f9f, #53b2a5, #8be5a4, #f0e77f, #f76a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6f9f, #53b2a5, #8be5a4, #f0e77f, #f76a3b);
}

Teal Financial color palette created on .