Raiden Shogun Color Palette

Discover the beautiful Raiden Shogun color palette featuring royal purple (#7a3f9d), wisteria (#a26db6), light wisteria (#d7a2d8), we peep (#f1c6e7) and cherub (#f7d4df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Bright, Elegant, Feminine, Summer, Raiden Shogun color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Raiden Shogun palette

Share this palette to:

💻 Raiden Shogun color palette CSS

/* CSS */
.color-1 {
color: #7a3f9d;
}
.color-2 {
color: #a26db6;
}
.color-3 {
color: #d7a2d8;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f7d4df;
}

/* CSS Variables */
:root {
--color-1: #7a3f9d;
--color-2: #a26db6;
--color-3: #d7a2d8;
--color-4: #f1c6e7;
--color-5: #f7d4df;
}

🌈 Raiden Shogun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3f9d, #a26db6, #d7a2d8, #f1c6e7, #f7d4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3f9d, #a26db6, #d7a2d8, #f1c6e7, #f7d4df);
}

Raiden Shogun color palette created on .