Bleeding White Rose カラーパレット

美しいBleeding White Roseカラーパレットをご紹介します。hint of red (#f5f0f0), beauty bush (#eab8c9), careys pink (#d69ebc), puce (#c87e9c) and tapestry (#a45b7d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Bleeding White Roseパレットを使った美しいUIコンポーネントを探索

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

💻 Bleeding White Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f0f0;
}
.color-2 {
color: #eab8c9;
}
.color-3 {
color: #d69ebc;
}
.color-4 {
color: #c87e9c;
}
.color-5 {
color: #a45b7d;
}

/* CSS Variables */
:root {
--color-1: #f5f0f0;
--color-2: #eab8c9;
--color-3: #d69ebc;
--color-4: #c87e9c;
--color-5: #a45b7d;
}

🌈 Bleeding White Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0f0, #eab8c9, #d69ebc, #c87e9c, #a45b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0f0, #eab8c9, #d69ebc, #c87e9c, #a45b7d);
}

Bleeding White Rose color palette created on .