Blue Winter カラーパレット
美しいBlue Winterカラーパレットをご紹介します。tropical blue (#d2e2f9), regent st blue (#a3c8e1), bali hai (#7da1b5), bismark (#4b7981) and spectra (#2b4e55)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Soft Winter, Blue, Cool, Light, Brightカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Blue Winterパレットを使った美しいUIコンポーネントを探索
💻 Blue Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #d2e2f9;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #7da1b5;
}
.color-4 {
color: #4b7981;
}
.color-5 {
color: #2b4e55;
}
/* CSS Variables */
:root {
--color-1: #d2e2f9;
--color-2: #a3c8e1;
--color-3: #7da1b5;
--color-4: #4b7981;
--color-5: #2b4e55;
}
🌈 Blue Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e2f9, #a3c8e1, #7da1b5, #4b7981, #2b4e55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e2f9, #a3c8e1, #7da1b5, #4b7981, #2b4e55);
}
🔗 似たようなカラーパレットを探索
Blue Winter color palette created on .