Petals of Paris カラーパレット

美しいPetals of Parisカラーパレットをご紹介します。french rose (#f74b8a), wewak (#f6a2b0), azalea (#f6c1d1), we peep (#f9e6e9) and illusion (#f6b1c5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Petals of Paris カラーパレット CSS

/* CSS */
.color-1 {
color: #f74b8a;
}
.color-2 {
color: #f6a2b0;
}
.color-3 {
color: #f6c1d1;
}
.color-4 {
color: #f9e6e9;
}
.color-5 {
color: #f6b1c5;
}

/* CSS Variables */
:root {
--color-1: #f74b8a;
--color-2: #f6a2b0;
--color-3: #f6c1d1;
--color-4: #f9e6e9;
--color-5: #f6b1c5;
}

🌈 Petals of Paris の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f74b8a, #f6a2b0, #f6c1d1, #f9e6e9, #f6b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f74b8a, #f6a2b0, #f6c1d1, #f9e6e9, #f6b1c5);
}

Petals of Paris color palette created on .