Teal Rust カラーパレット

美しいTeal Rustカラーパレットをご紹介します。fiord (#3d5a6c), juniper (#6b8e8a), shadow green (#a5c5b5), manhattan (#f4c1a4) and japonica (#d87b6f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Teal Rust カラーパレット CSS

/* CSS */
.color-1 {
color: #3d5a6c;
}
.color-2 {
color: #6b8e8a;
}
.color-3 {
color: #a5c5b5;
}
.color-4 {
color: #f4c1a4;
}
.color-5 {
color: #d87b6f;
}

/* CSS Variables */
:root {
--color-1: #3d5a6c;
--color-2: #6b8e8a;
--color-3: #a5c5b5;
--color-4: #f4c1a4;
--color-5: #d87b6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a6c, #6b8e8a, #a5c5b5, #f4c1a4, #d87b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a6c, #6b8e8a, #a5c5b5, #f4c1a4, #d87b6f);
}

Teal Rust color palette created on .