The Corruption カラーパレット

美しいThe Corruptionカラーパレットをご紹介します。buccaneer (#5e2b2d), bazaar (#9d7b7d), cold turkey (#c5afb1), pink flare (#e1c6c8) and pot pourri (#f7e8e9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 The Corruption カラーパレット CSS

/* CSS */
.color-1 {
color: #5e2b2d;
}
.color-2 {
color: #9d7b7d;
}
.color-3 {
color: #c5afb1;
}
.color-4 {
color: #e1c6c8;
}
.color-5 {
color: #f7e8e9;
}

/* CSS Variables */
:root {
--color-1: #5e2b2d;
--color-2: #9d7b7d;
--color-3: #c5afb1;
--color-4: #e1c6c8;
--color-5: #f7e8e9;
}

🌈 The Corruption の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b2d, #9d7b7d, #c5afb1, #e1c6c8, #f7e8e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b2d, #9d7b7d, #c5afb1, #e1c6c8, #f7e8e9);
}

The Corruption color palette created on .