Blossom Breeze カラーパレット

美しいBlossom Breezeカラーパレットをご紹介します。lavender blush (#ffebf0), azalea (#f7c5d6), prim (#f0e0e5), rose fog (#e3b0c3) and mandys pink (#f4c7c8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blossom Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ffebf0;
}
.color-2 {
color: #f7c5d6;
}
.color-3 {
color: #f0e0e5;
}
.color-4 {
color: #e3b0c3;
}
.color-5 {
color: #f4c7c8;
}

/* CSS Variables */
:root {
--color-1: #ffebf0;
--color-2: #f7c5d6;
--color-3: #f0e0e5;
--color-4: #e3b0c3;
--color-5: #f4c7c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebf0, #f7c5d6, #f0e0e5, #e3b0c3, #f4c7c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebf0, #f7c5d6, #f0e0e5, #e3b0c3, #f4c7c8);
}

Blossom Breezeカラーパレットはに作成されました。