Calming Pink and Purple カラーパレット

美しいCalming Pink and Purpleカラーパレットをご紹介します。kobi (#eab8d1), light wisteria (#d4a4e5), east side (#b58ec7), bouquet (#a76c9f) and cannon pink (#7c4b77)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Calming Pink and Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d4a4e5;
}
.color-3 {
color: #b58ec7;
}
.color-4 {
color: #a76c9f;
}
.color-5 {
color: #7c4b77;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d4a4e5;
--color-3: #b58ec7;
--color-4: #a76c9f;
--color-5: #7c4b77;
}

🌈 Calming Pink and Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d4a4e5, #b58ec7, #a76c9f, #7c4b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d4a4e5, #b58ec7, #a76c9f, #7c4b77);
}

Calming Pink and Purple color palette created on .