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