Vibrant Pink and Slate Blue カラーパレット

美しいVibrant Pink and Slate Blueカラーパレットをご紹介します。razzmatazz (#d6006f), wild strawberry (#ff4281), havelock blue (#4b91e2), chetwode blue (#7b9bdb) and limed spruce (#36464e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Pink and Slate Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #7b9bdb;
}
.color-5 {
color: #36464e;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff4281;
--color-3: #4b91e2;
--color-4: #7b9bdb;
--color-5: #36464e;
}

🌈 Vibrant Pink and Slate Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff4281, #4b91e2, #7b9bdb, #36464e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff4281, #4b91e2, #7b9bdb, #36464e);
}

Vibrant Pink and Slate Blue color palette created on .