Cozy Winter カラーパレット

美しいCozy Winterカラーパレットをご紹介します。regent st blue (#a8c6e1), link water (#d1e6f0), black squeeze (#f4f9fb), shilo (#e7a6b0) and beauty bush (#f2c5c5)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Winter, Blue, Pink, Soft, Light, Brightカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Cozy Winterパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Cozy Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c6e1;
}
.color-2 {
color: #d1e6f0;
}
.color-3 {
color: #f4f9fb;
}
.color-4 {
color: #e7a6b0;
}
.color-5 {
color: #f2c5c5;
}

/* CSS Variables */
:root {
--color-1: #a8c6e1;
--color-2: #d1e6f0;
--color-3: #f4f9fb;
--color-4: #e7a6b0;
--color-5: #f2c5c5;
}

🌈 Cozy Winter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}

Cozy Winter color palette created on .