Shades of Pink カラーパレット

美しいShades of Pinkカラーパレットをご紹介します。mandys pink (#f4c3c3), givry (#f9d3c3), cherokee (#fce5a1), caper (#c4e6a2) and morning glory (#a3d5e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f9d3c3;
}
.color-3 {
color: #fce5a1;
}
.color-4 {
color: #c4e6a2;
}
.color-5 {
color: #a3d5e0;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f9d3c3;
--color-3: #fce5a1;
--color-4: #c4e6a2;
--color-5: #a3d5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f9d3c3, #fce5a1, #c4e6a2, #a3d5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f9d3c3, #fce5a1, #c4e6a2, #a3d5e0);
}

Shades of Pink color palette created on .