Teeth and Metal カラーパレット

美しいTeeth and Metalカラーパレットをご紹介します。cold turkey (#d2c6c7), edward (#a8b2b3), oslo gray (#7d8a8c), cutty sark (#4c6667) and outer space (#2a3b3c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Metal, Teeth, Gray, Modern, Soft, Warm Autumn, Deep, Neutral, Vintageカラーパレットと組み合わせ。

💡 できること

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

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

UI例

Teeth and Metalパレットを使った美しいUIコンポーネントを探索

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

💻 Teeth and Metal カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c6c7;
}
.color-2 {
color: #a8b2b3;
}
.color-3 {
color: #7d8a8c;
}
.color-4 {
color: #4c6667;
}
.color-5 {
color: #2a3b3c;
}

/* CSS Variables */
:root {
--color-1: #d2c6c7;
--color-2: #a8b2b3;
--color-3: #7d8a8c;
--color-4: #4c6667;
--color-5: #2a3b3c;
}

🌈 Teeth and Metal の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c6c7, #a8b2b3, #7d8a8c, #4c6667, #2a3b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c6c7, #a8b2b3, #7d8a8c, #4c6667, #2a3b3c);
}

Teeth and Metal color palette created on .