Blushing Bouquet カラーパレット

美しいBlushing Bouquetカラーパレットをご紹介します。kobi (#e7a2b2), azalea (#f4c3d6), linen (#f8e5e2), beauty bush (#f1c0c8) and shilo (#e2a7b6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blushing Bouquet カラーパレット CSS

/* CSS */
.color-1 {
color: #e7a2b2;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #f8e5e2;
}
.color-4 {
color: #f1c0c8;
}
.color-5 {
color: #e2a7b6;
}

/* CSS Variables */
:root {
--color-1: #e7a2b2;
--color-2: #f4c3d6;
--color-3: #f8e5e2;
--color-4: #f1c0c8;
--color-5: #e2a7b6;
}

🌈 Blushing Bouquet の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a2b2, #f4c3d6, #f8e5e2, #f1c0c8, #e2a7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a2b2, #f4c3d6, #f8e5e2, #f1c0c8, #e2a7b6);
}

Blushing Bouquet color palette created on .