Pink and Blue Wolf カラーパレット

美しいPink and Blue Wolfカラーパレットをご紹介します。illusion (#f6a2c1), morning glory (#9edae0), monte carlo (#7ed3d1), hoki (#5d7c92) and peach yellow (#f9e7a4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Pink and Blue Wolf カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2c1;
}
.color-2 {
color: #9edae0;
}
.color-3 {
color: #7ed3d1;
}
.color-4 {
color: #5d7c92;
}
.color-5 {
color: #f9e7a4;
}

/* CSS Variables */
:root {
--color-1: #f6a2c1;
--color-2: #9edae0;
--color-3: #7ed3d1;
--color-4: #5d7c92;
--color-5: #f9e7a4;
}

🌈 Pink and Blue Wolf の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c1, #9edae0, #7ed3d1, #5d7c92, #f9e7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c1, #9edae0, #7ed3d1, #5d7c92, #f9e7a4);
}

Pink and Blue Wolf color palette created on .