Tsunami カラーパレット

美しいTsunamiカラーパレットをご紹介します。persian green (#009ba3), blue lagoon (#007e94), orient (#005b80), old gold (#d7b33c) and burnt sienna (#e76a40)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tsunami カラーパレット CSS

/* CSS */
.color-1 {
color: #009ba3;
}
.color-2 {
color: #007e94;
}
.color-3 {
color: #005b80;
}
.color-4 {
color: #d7b33c;
}
.color-5 {
color: #e76a40;
}

/* CSS Variables */
:root {
--color-1: #009ba3;
--color-2: #007e94;
--color-3: #005b80;
--color-4: #d7b33c;
--color-5: #e76a40;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ba3, #007e94, #005b80, #d7b33c, #e76a40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ba3, #007e94, #005b80, #d7b33c, #e76a40);
}

Tsunami color palette created on .