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