Scout カラーパレット

美しいScoutカラーパレットをご紹介します。pigeon post (#a5c6d5), jagged ice (#b5e1e3), manhattan (#f6c8a7), jaffa (#f29d3a) and mojo (#c94e3b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Scout カラーパレット CSS

/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b5e1e3;
}
.color-3 {
color: #f6c8a7;
}
.color-4 {
color: #f29d3a;
}
.color-5 {
color: #c94e3b;
}

/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b5e1e3;
--color-3: #f6c8a7;
--color-4: #f29d3a;
--color-5: #c94e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b5e1e3, #f6c8a7, #f29d3a, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b5e1e3, #f6c8a7, #f29d3a, #c94e3b);
}

Scout color palette created on .