Rebel Riot カラーパレット

美しいRebel Riotカラーパレットをご紹介します。vermilion (#ff3c00), red violet (#c51162), electric violet (#6200eb), caribbean green (#00bdad) and gold (#ffd500)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rebel Riot カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3c00;
}
.color-2 {
color: #c51162;
}
.color-3 {
color: #6200eb;
}
.color-4 {
color: #00bdad;
}
.color-5 {
color: #ffd500;
}

/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #c51162;
--color-3: #6200eb;
--color-4: #00bdad;
--color-5: #ffd500;
}

🌈 Rebel Riot の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #c51162, #6200eb, #00bdad, #ffd500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #c51162, #6200eb, #00bdad, #ffd500);
}

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