Raiden Shogun カラーパレット

美しいRaiden Shogunカラーパレットをご紹介します。gigas (#4b3b8c), deluge (#7a6eaf), logan (#a9a3c8), tacha (#d5c767) and mojo (#c24a3d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Raiden Shogun カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3b8c;
}
.color-2 {
color: #7a6eaf;
}
.color-3 {
color: #a9a3c8;
}
.color-4 {
color: #d5c767;
}
.color-5 {
color: #c24a3d;
}

/* CSS Variables */
:root {
--color-1: #4b3b8c;
--color-2: #7a6eaf;
--color-3: #a9a3c8;
--color-4: #d5c767;
--color-5: #c24a3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3b8c, #7a6eaf, #a9a3c8, #d5c767, #c24a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3b8c, #7a6eaf, #a9a3c8, #d5c767, #c24a3d);
}

Raiden Shogun color palette created on .