Shades of Pink カラーパレット

美しいShades of Pinkカラーパレットをご紹介します。albescent white (#f4d5c8), petite orchid (#d99a8c), puce (#c27a9f), rum (#7d6e8c) and mulled wine (#4c3d57)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f4d5c8;
}
.color-2 {
color: #d99a8c;
}
.color-3 {
color: #c27a9f;
}
.color-4 {
color: #7d6e8c;
}
.color-5 {
color: #4c3d57;
}

/* CSS Variables */
:root {
--color-1: #f4d5c8;
--color-2: #d99a8c;
--color-3: #c27a9f;
--color-4: #7d6e8c;
--color-5: #4c3d57;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d5c8, #d99a8c, #c27a9f, #7d6e8c, #4c3d57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d5c8, #d99a8c, #c27a9f, #7d6e8c, #4c3d57);
}

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