Circuit Circus カラーパレット

美しいCircuit Circusカラーパレットをご紹介します。bittersweet (#ff6e61), sunshade (#ff9d2e), school bus yellow (#ffd900), dodger blue (#4db8ff) and yellow green (#b5e48b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Circuit Circus カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d2e;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4db8ff;
}
.color-5 {
color: #b5e48b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d2e;
--color-3: #ffd900;
--color-4: #4db8ff;
--color-5: #b5e48b;
}

🌈 Circuit Circus の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d2e, #ffd900, #4db8ff, #b5e48b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d2e, #ffd900, #4db8ff, #b5e48b);
}

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