Vibrant Challenge カラーパレット

美しいVibrant Challengeカラーパレットをご紹介します。curious blue (#39a2db), fountain blue (#5abfbd), saffron (#f7b32b), clementine (#f06c00) and monza (#d60032)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Challenge カラーパレット CSS

/* CSS */
.color-1 {
color: #39a2db;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #f7b32b;
}
.color-4 {
color: #f06c00;
}
.color-5 {
color: #d60032;
}

/* CSS Variables */
:root {
--color-1: #39a2db;
--color-2: #5abfbd;
--color-3: #f7b32b;
--color-4: #f06c00;
--color-5: #d60032;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39a2db, #5abfbd, #f7b32b, #f06c00, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39a2db, #5abfbd, #f7b32b, #f06c00, #d60032);
}

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