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