Raiden Shogun カラーパレット

美しいRaiden Shogunカラーパレットをご紹介します。purple heart (#8a2ce2), blue marguerite (#6a5bcd), ocean green (#3cb472), school bus yellow (#ffd900) and vermilion (#ff4400)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Raiden Shogun カラーパレット CSS

/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #3cb472;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #6a5bcd;
--color-3: #3cb472;
--color-4: #ffd900;
--color-5: #ff4400;
}

🌈 Raiden Shogun の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #6a5bcd, #3cb472, #ffd900, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #6a5bcd, #3cb472, #ffd900, #ff4400);
}

Raiden Shogun color palette created on .