Goth Pink カラーパレット

美しいGoth Pinkカラーパレットをご紹介します。crimson (#c0114c), shiraz (#aa092d), pompadour (#62003c), blackberry (#4b0233) and clairvoyant (#30043b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Goth Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #c0114c;
}
.color-2 {
color: #aa092d;
}
.color-3 {
color: #62003c;
}
.color-4 {
color: #4b0233;
}
.color-5 {
color: #30043b;
}

/* CSS Variables */
:root {
--color-1: #c0114c;
--color-2: #aa092d;
--color-3: #62003c;
--color-4: #4b0233;
--color-5: #30043b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0114c, #aa092d, #62003c, #4b0233, #30043b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0114c, #aa092d, #62003c, #4b0233, #30043b);
}

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