Shades of Blue カラーパレット
美しいShades of Blueカラーパレットをご紹介します。cello (#1f395c), san juan (#2a4b6a), bismark (#4b758b), pigeon post (#a1c1d4) and iron (#e1e3e5)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Shades of Blueパレットを使った美しいUIコンポーネントを探索
💻 Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #1f395c;
}
.color-2 {
color: #2a4b6a;
}
.color-3 {
color: #4b758b;
}
.color-4 {
color: #a1c1d4;
}
.color-5 {
color: #e1e3e5;
}
/* CSS Variables */
:root {
--color-1: #1f395c;
--color-2: #2a4b6a;
--color-3: #4b758b;
--color-4: #a1c1d4;
--color-5: #e1e3e5;
}
🌈 Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f395c, #2a4b6a, #4b758b, #a1c1d4, #e1e3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f395c, #2a4b6a, #4b758b, #a1c1d4, #e1e3e5);
}
🔗 似たようなカラーパレットを探索
Shades of Blue color palette created on .