Romantic カラーパレット

美しいRomanticカラーパレットをご紹介します。chantilly (#f9c3ce), wewak (#f1a7b6), deep blush (#e77e8e), cabaret (#d54d6b) and well read (#aa2c49)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Romantic カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c3ce;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e77e8e;
}
.color-4 {
color: #d54d6b;
}
.color-5 {
color: #aa2c49;
}

/* CSS Variables */
:root {
--color-1: #f9c3ce;
--color-2: #f1a7b6;
--color-3: #e77e8e;
--color-4: #d54d6b;
--color-5: #aa2c49;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}

Romantic color palette created on .