Romantic Red カラーパレット

美しいRomantic Redカラーパレットをご紹介します。illusion (#f8b4c2), wewak (#f2a6b3), deep blush (#e77e88), mandy (#e84f66) and tall poppy (#bf3a2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Romantic Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b4c2;
}
.color-2 {
color: #f2a6b3;
}
.color-3 {
color: #e77e88;
}
.color-4 {
color: #e84f66;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #f8b4c2;
--color-2: #f2a6b3;
--color-3: #e77e88;
--color-4: #e84f66;
--color-5: #bf3a2b;
}

🌈 Romantic Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4c2, #f2a6b3, #e77e88, #e84f66, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4c2, #f2a6b3, #e77e88, #e84f66, #bf3a2b);
}

Romantic Red color palette created on .