Raiden Shogun Color Palette
Discover the beautiful Raiden Shogun color palette featuring danube (#6e8bcf), east side (#b575c7), chantilly (#f5b7e2), selective yellow (#f5b400) and tall poppy (#c34428).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Blue, Purple, Pink, Yellow, Red, 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
💻 Raiden Shogun color palette CSS
/* CSS */
.color-1 {
color: #6e8bcf;
}
.color-2 {
color: #b575c7;
}
.color-3 {
color: #f5b7e2;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #c34428;
}
/* CSS Variables */
:root {
--color-1: #6e8bcf;
--color-2: #b575c7;
--color-3: #f5b7e2;
--color-4: #f5b400;
--color-5: #c34428;
}
🌈 Raiden Shogun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8bcf, #b575c7, #f5b7e2, #f5b400, #c34428);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8bcf, #b575c7, #f5b7e2, #f5b400, #c34428);
}
🔗 Explore similar color palettes
Raiden Shogun color palette created on .