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