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