Blue Business カラーパレット

美しいBlue Businessカラーパレットをご紹介します。chambray (#3b5897), nepal (#899bc2), link water (#d9e1f2), rose bud (#f7b5a1) and buttercup (#f1c40e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Business カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #899bc2;
}
.color-3 {
color: #d9e1f2;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #899bc2;
--color-3: #d9e1f2;
--color-4: #f7b5a1;
--color-5: #f1c40e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #899bc2, #d9e1f2, #f7b5a1, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #899bc2, #d9e1f2, #f7b5a1, #f1c40e);
}

Blue Business color palette created on .