The Outsiders カラーパレット

美しいThe Outsidersカラーパレットをご紹介します。bismark (#4b7081), tower gray (#a2b9b4), soft amber (#d2c3b7), porsche (#e4a35e) and jaffa (#e4813a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 The Outsiders カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7081;
}
.color-2 {
color: #a2b9b4;
}
.color-3 {
color: #d2c3b7;
}
.color-4 {
color: #e4a35e;
}
.color-5 {
color: #e4813a;
}

/* CSS Variables */
:root {
--color-1: #4b7081;
--color-2: #a2b9b4;
--color-3: #d2c3b7;
--color-4: #e4a35e;
--color-5: #e4813a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7081, #a2b9b4, #d2c3b7, #e4a35e, #e4813a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7081, #a2b9b4, #d2c3b7, #e4a35e, #e4813a);
}

The Outsiders color palette created on .