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