Raiden Shogun Color Palette
Discover the beautiful Raiden Shogun color palette featuring gigas (#4b3b8c), deluge (#7a6eaf), logan (#a9a3c8), tacha (#d5c767) and mojo (#c24a3d).
Brightness
Saturation
Warmth
💡 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
💻 Raiden Shogun color palette 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 background gradient 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);
}
🔗 Explore similar color palettes
Raiden Shogun color palette created on .