Seth カラーパレット

美しいSethカラーパレットをご紹介します。black pearl (#05192e), tiber (#0a2a3d), elephant (#103e50), blumine (#19616c) and pizza (#c58911)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Seth カラーパレット CSS

/* CSS */
.color-1 {
color: #05192e;
}
.color-2 {
color: #0a2a3d;
}
.color-3 {
color: #103e50;
}
.color-4 {
color: #19616c;
}
.color-5 {
color: #c58911;
}

/* CSS Variables */
:root {
--color-1: #05192e;
--color-2: #0a2a3d;
--color-3: #103e50;
--color-4: #19616c;
--color-5: #c58911;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05192e, #0a2a3d, #103e50, #19616c, #c58911);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05192e, #0a2a3d, #103e50, #19616c, #c58911);
}

Seth color palette created on .