Pink Fantasy カラーパレット

美しいPink Fantasyカラーパレットをご紹介します。azalea (#f7cad3), azalea (#f2b1d1), lavender magenta (#f1a2e3), moon raker (#e1b5f2) and moon raker (#cfc0f2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Pink Fantasy カラーパレット CSS

/* CSS */
.color-1 {
color: #f7cad3;
}
.color-2 {
color: #f2b1d1;
}
.color-3 {
color: #f1a2e3;
}
.color-4 {
color: #e1b5f2;
}
.color-5 {
color: #cfc0f2;
}

/* CSS Variables */
:root {
--color-1: #f7cad3;
--color-2: #f2b1d1;
--color-3: #f1a2e3;
--color-4: #e1b5f2;
--color-5: #cfc0f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cad3, #f2b1d1, #f1a2e3, #e1b5f2, #cfc0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cad3, #f2b1d1, #f1a2e3, #e1b5f2, #cfc0f2);
}

Pink Fantasy color palette created on .