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