美しいShades of Pink and Greyカラーパレットをご紹介します。gray suit (#d1c5d8), kobi (#e8a1ae), azalea (#f7c5d5), wewak (#f2a6b6) and chatelle (#c2b2c7)で構成されています。

Shades of Pink and Grey カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Shades of Pink and Greyパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

💻 Shades of Pink and Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c5d8;
}
.color-2 {
color: #e8a1ae;
}
.color-3 {
color: #f7c5d5;
}
.color-4 {
color: #f2a6b6;
}
.color-5 {
color: #c2b2c7;
}

/* CSS Variables */
:root {
--color-1: #d1c5d8;
--color-2: #e8a1ae;
--color-3: #f7c5d5;
--color-4: #f2a6b6;
--color-5: #c2b2c7;
}

🌈 Shades of Pink and Grey の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5d8, #e8a1ae, #f7c5d5, #f2a6b6, #c2b2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5d8, #e8a1ae, #f7c5d5, #f2a6b6, #c2b2c7);
}

Shades of Pink and Grey color palette created on .