Raiden Shogun Color Palette
Discover the beautiful Raiden Shogun color palette featuring butterfly bush (#5b4f87), east side (#a77ccb), azalea (#f3b9d4), saffron (#f6cb3c) and punch (#da2b2b).
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: #5b4f87;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f3b9d4;
}
.color-4 {
color: #f6cb3c;
}
.color-5 {
color: #da2b2b;
}
/* CSS Variables */
:root {
--color-1: #5b4f87;
--color-2: #a77ccb;
--color-3: #f3b9d4;
--color-4: #f6cb3c;
--color-5: #da2b2b;
}
🌈 Raiden Shogun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4f87, #a77ccb, #f3b9d4, #f6cb3c, #da2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4f87, #a77ccb, #f3b9d4, #f6cb3c, #da2b2b);
}
🔗 Explore similar color palettes
Raiden Shogun color palette created on .