Crisp Breeze Adventure カラーパレット

美しいCrisp Breeze Adventureカラーパレットをご紹介します。rose bud (#f7b1a1), maize (#f6d6ac), sidecar (#f2e6b1), morning glory (#a3d3e0) and seagull (#7cbae9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Crisp Breeze Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f6d6ac;
}
.color-3 {
color: #f2e6b1;
}
.color-4 {
color: #a3d3e0;
}
.color-5 {
color: #7cbae9;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f6d6ac;
--color-3: #f2e6b1;
--color-4: #a3d3e0;
--color-5: #7cbae9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f6d6ac, #f2e6b1, #a3d3e0, #7cbae9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f6d6ac, #f2e6b1, #a3d3e0, #7cbae9);
}

Crisp Breeze Adventure color palette created on .