Teal Support カラーパレット

美しいTeal Supportカラーパレットをご紹介します。gin (#e9f3ee), old lace (#fdf8eb), solitaire (#fef5e9), bon jour (#e9e7e9) and just right (#ecc7bd)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Beige, Cream, Earthy, Light, Neutral, Pastel, Sage, Soft, Warmカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Teal Support カラーパレット CSS

/* CSS */
.color-1 {
color: #e9f3ee;
}
.color-2 {
color: #fdf8eb;
}
.color-3 {
color: #fef5e9;
}
.color-4 {
color: #e9e7e9;
}
.color-5 {
color: #ecc7bd;
}

/* CSS Variables */
:root {
--color-1: #e9f3ee;
--color-2: #fdf8eb;
--color-3: #fef5e9;
--color-4: #e9e7e9;
--color-5: #ecc7bd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9f3ee, #fdf8eb, #fef5e9, #e9e7e9, #ecc7bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9f3ee, #fdf8eb, #fef5e9, #e9e7e9, #ecc7bd);
}

Teal Supportカラーパレットはに作成されました。