Raiden Shogun Color Palette
Discover the beautiful Raiden Shogun color palette featuring chambray (#3d4b8f), ship cove (#697eba), polo blue (#8db2d3), pink flare (#e2c5d2) and azalea (#f7bbc5).
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: #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 background gradient 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);
}
🔗 Explore similar color palettes
Raiden Shogun color palette created on .