Raiden Shogun カラーパレット

美しいRaiden Shogunカラーパレットをご紹介します。chambray (#3d4b8f), ship cove (#697eba), polo blue (#8db2d3), pink flare (#e2c5d2) and azalea (#f7bbc5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Raiden Shogun カラーパレット CSS

/* CSS */
.color-1 {
color: #3d4b8f;
}
.color-2 {
color: #697eba;
}
.color-3 {
color: #8db2d3;
}
.color-4 {
color: #e2c5d2;
}
.color-5 {
color: #f7bbc5;
}

/* CSS Variables */
:root {
--color-1: #3d4b8f;
--color-2: #697eba;
--color-3: #8db2d3;
--color-4: #e2c5d2;
--color-5: #f7bbc5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4b8f, #697eba, #8db2d3, #e2c5d2, #f7bbc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4b8f, #697eba, #8db2d3, #e2c5d2, #f7bbc5);
}

Raiden Shogun color palette created on .