Petals of Paris カラーパレット

美しいPetals of Parisカラーパレットをご紹介します。french rose (#f74b8a), illusion (#f6a7b8), azalea (#f6c1d8), vanilla ice (#f6e0e7) and catskill white (#f1f5f8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f74b8a;
}
.color-2 {
color: #f6a7b8;
}
.color-3 {
color: #f6c1d8;
}
.color-4 {
color: #f6e0e7;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #f74b8a;
--color-2: #f6a7b8;
--color-3: #f6c1d8;
--color-4: #f6e0e7;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f74b8a, #f6a7b8, #f6c1d8, #f6e0e7, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f74b8a, #f6a7b8, #f6c1d8, #f6e0e7, #f1f5f8);
}

Petals of Parisカラーパレットはに作成されました。