Shades of Blue カラーパレット
美しいShades of Blueカラーパレットをご紹介します。steel gray (#1b1e27), fiord (#3b4968), bismark (#506e86), bali hai (#7a9cb3) and regent st blue (#a3c7e0)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Cool, Blue, Bright, Modernカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Shades of Blueパレットを使った美しいUIコンポーネントを探索
💻 Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #1b1e27;
}
.color-2 {
color: #3b4968;
}
.color-3 {
color: #506e86;
}
.color-4 {
color: #7a9cb3;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #1b1e27;
--color-2: #3b4968;
--color-3: #506e86;
--color-4: #7a9cb3;
--color-5: #a3c7e0;
} 🌈 Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e27, #3b4968, #506e86, #7a9cb3, #a3c7e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e27, #3b4968, #506e86, #7a9cb3, #a3c7e0);
} 🔗 似たようなカラーパレットを探索
Shades of Blue color palette created on .