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