Type o Negative カラーパレット

美しいType o Negativeカラーパレットをご紹介します。tuatara (#3a3936), ironside gray (#6f6e67), lemon grass (#9a998d), swirl (#d2d0c6) and westar (#e2e1df)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Type o Negativeパレットを使った美しいUIコンポーネントを探索

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

💻 Type o Negative カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3936;
}
.color-2 {
color: #6f6e67;
}
.color-3 {
color: #9a998d;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #e2e1df;
}

/* CSS Variables */
:root {
--color-1: #3a3936;
--color-2: #6f6e67;
--color-3: #9a998d;
--color-4: #d2d0c6;
--color-5: #e2e1df;
}

🌈 Type o Negative の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}

Type o Negative color palette created on .