Romantic Pink カラーパレット

美しいRomantic Pinkカラーパレットをご紹介します。mandys pink (#f4c3c3), light orchid (#eab8e4), cold purple (#b6a7d7), moss green (#a3d69f) and saffron (#f4cf3e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Romantic Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #b6a7d7;
}
.color-4 {
color: #a3d69f;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #eab8e4;
--color-3: #b6a7d7;
--color-4: #a3d69f;
--color-5: #f4cf3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #eab8e4, #b6a7d7, #a3d69f, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #eab8e4, #b6a7d7, #a3d69f, #f4cf3e);
}

Romantic Pink color palette created on .