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