Whispers of Blush カラーパレット

美しいWhispers of Blushカラーパレットをご紹介します。hint of red (#fdfcfc), oyster pink (#ebcccc), blossom (#d9b5c0), lily (#bb9bad) and pharlap (#a77b7e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #fdfcfc;
}
.color-2 {
color: #ebcccc;
}
.color-3 {
color: #d9b5c0;
}
.color-4 {
color: #bb9bad;
}
.color-5 {
color: #a77b7e;
}

/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #ebcccc;
--color-3: #d9b5c0;
--color-4: #bb9bad;
--color-5: #a77b7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #ebcccc, #d9b5c0, #bb9bad, #a77b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #ebcccc, #d9b5c0, #bb9bad, #a77b7e);
}

Whispers of Blush color palette created on .