Pink Cream カラーパレット

美しいPink Creamカラーパレットをご紹介します。linen (#f8e2d3), azalea (#f4b8c4), shilo (#e5a4b1), bouquet (#b47499) and affair (#704d7a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Pink Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e2d3;
}
.color-2 {
color: #f4b8c4;
}
.color-3 {
color: #e5a4b1;
}
.color-4 {
color: #b47499;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #f8e2d3;
--color-2: #f4b8c4;
--color-3: #e5a4b1;
--color-4: #b47499;
--color-5: #704d7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2d3, #f4b8c4, #e5a4b1, #b47499, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2d3, #f4b8c4, #e5a4b1, #b47499, #704d7a);
}

Pink Cream color palette created on .