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 (#f7b6ca).
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: #6e7481;
}
.color-2 {
color: #8f8cab;
}
.color-3 {
color: #c7bcd7;
}
.color-4 {
color: #f2d4e0;
}
.color-5 {
color: #f7b6ca;
}
/* CSS Variables */
:root {
--color-1: #6e7481;
--color-2: #8f8cab;
--color-3: #c7bcd7;
--color-4: #f2d4e0;
--color-5: #f7b6ca;
}
🌈 Raiden Shogun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e7481, #8f8cab, #c7bcd7, #f2d4e0, #f7b6ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e7481, #8f8cab, #c7bcd7, #f2d4e0, #f7b6ca);
}
🔗 Explore similar color palettes
Raiden Shogun color palette created on .