Raiden Shogun Color Palette

Discover the beautiful Raiden Shogun color palette featuring pale sky (#6e7481), manatee (#8f8cab), lavender gray (#c7bcd7), vanilla ice (#f2d4e0) and illusion (#f7b5ca).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Gray, Modern, Muted, Pastel, Pink, Raiden Shogun, Soft, Summer, Vintage 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: #6e7481;
}
.color-2 {
color: #8f8cab;
}
.color-3 {
color: #c7bcd7;
}
.color-4 {
color: #f2d4e0;
}
.color-5 {
color: #f7b5ca;
}

/* CSS Variables */
:root {
--color-1: #6e7481;
--color-2: #8f8cab;
--color-3: #c7bcd7;
--color-4: #f2d4e0;
--color-5: #f7b5ca;
}

🌈 Raiden Shogun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e7481, #8f8cab, #c7bcd7, #f2d4e0, #f7b5ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e7481, #8f8cab, #c7bcd7, #f2d4e0, #f7b5ca);
}

Raiden Shogun color palette created on .