Whispers of Breeze カラーパレット

美しいWhispers of Breezeカラーパレットをご紹介します。blizzard blue (#a7e0f1), manhattan (#f4c1a4), school bus yellow (#ffd900), bittersweet (#ff6e61) and dairy cream (#f8e5b9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a7e0f1;
}
.color-2 {
color: #f4c1a4;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f8e5b9;
}

/* CSS Variables */
:root {
--color-1: #a7e0f1;
--color-2: #f4c1a4;
--color-3: #ffd900;
--color-4: #ff6e61;
--color-5: #f8e5b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e0f1, #f4c1a4, #ffd900, #ff6e61, #f8e5b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e0f1, #f4c1a4, #ffd900, #ff6e61, #f8e5b9);
}

Whispers of Breeze color palette created on .