Cool Breeze カラーパレット

美しいCool Breezeカラーパレットをご紹介します。heather (#c1ccd7), porcelain (#e7edee), wild sand (#f7f7f7), mischka (#dfe0e7) and white ice (#eefcfc)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cool Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #c1ccd7;
}
.color-2 {
color: #e7edee;
}
.color-3 {
color: #f7f7f7;
}
.color-4 {
color: #dfe0e7;
}
.color-5 {
color: #eefcfc;
}

/* CSS Variables */
:root {
--color-1: #c1ccd7;
--color-2: #e7edee;
--color-3: #f7f7f7;
--color-4: #dfe0e7;
--color-5: #eefcfc;
}

🌈 Cool Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1ccd7, #e7edee, #f7f7f7, #dfe0e7, #eefcfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1ccd7, #e7edee, #f7f7f7, #dfe0e7, #eefcfc);
}

Cool Breeze color palette created on .