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