Blushing Affection カラーパレット

美しいBlushing Affectionカラーパレットをご紹介します。brick red (#c92c41), cashmere (#e6b8a2), ecru white (#f6f3ea), paarl (#9f512d) and valencia (#d94d3a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blushing Affection カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #e6b8a2;
}
.color-3 {
color: #f6f3ea;
}
.color-4 {
color: #9f512d;
}
.color-5 {
color: #d94d3a;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #e6b8a2;
--color-3: #f6f3ea;
--color-4: #9f512d;
--color-5: #d94d3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #e6b8a2, #f6f3ea, #9f512d, #d94d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #e6b8a2, #f6f3ea, #9f512d, #d94d3a);
}

Blushing Affection color palette created on .