Vibrant Contrast カラーパレット

美しいVibrant Contrastカラーパレットをご紹介します。shark (#1e1f24), abbey (#4a4c55), manatee (#8d8fa0), saffron (#f6b83c) and brick red (#d1293a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Contrast カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4a4c55;
}
.color-3 {
color: #8d8fa0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d1293a;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4a4c55;
--color-3: #8d8fa0;
--color-4: #f6b83c;
--color-5: #d1293a;
}

🌈 Vibrant Contrast の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4a4c55, #8d8fa0, #f6b83c, #d1293a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4a4c55, #8d8fa0, #f6b83c, #d1293a);
}

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