Whispers of Blush カラーパレット

美しいWhispers of Blushカラーパレットをご紹介します。linen (#fcf7ee), merino (#f5eee5), dawn pink (#f0eae0), wafer (#ded2ce) and beauty bush (#efb8c3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #fcf7ee;
}
.color-2 {
color: #f5eee5;
}
.color-3 {
color: #f0eae0;
}
.color-4 {
color: #ded2ce;
}
.color-5 {
color: #efb8c3;
}

/* CSS Variables */
:root {
--color-1: #fcf7ee;
--color-2: #f5eee5;
--color-3: #f0eae0;
--color-4: #ded2ce;
--color-5: #efb8c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf7ee, #f5eee5, #f0eae0, #ded2ce, #efb8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf7ee, #f5eee5, #f0eae0, #ded2ce, #efb8c3);
}

Whispers of Blush color palette created on .