Blue Howl カラーパレット

美しいBlue Howlカラーパレットをご紹介します。lucky point (#1e2976), chambray (#3b4f8c), steel blue (#507cb9), seagull (#6cb2e5) and golden sand (#f3d97c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Howl カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2976;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #507cb9;
}
.color-4 {
color: #6cb2e5;
}
.color-5 {
color: #f3d97c;
}

/* CSS Variables */
:root {
--color-1: #1e2976;
--color-2: #3b4f8c;
--color-3: #507cb9;
--color-4: #6cb2e5;
--color-5: #f3d97c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2976, #3b4f8c, #507cb9, #6cb2e5, #f3d97c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2976, #3b4f8c, #507cb9, #6cb2e5, #f3d97c);
}

Blue Howl color palette created on .