Blue Howl カラーパレット
美しいBlue Howlカラーパレットをご紹介します。lucky point (#1e2976), chambray (#3b4f8c), steel blue (#507cb9), seagull (#6cb2e5) and golden sand (#f3d97c)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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 .