Raiden Shogun Color Palette
Discover the beautiful Raiden Shogun color palette featuring malibu (#7a8cff), anakiwa (#a3c0ff), blue chalk (#f1e5ff), buttercup (#f5a524) and cerise (#d43a87).
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: #7a8cff;
}
.color-2 {
color: #a3c0ff;
}
.color-3 {
color: #f1e5ff;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #d43a87;
}
/* CSS Variables */
:root {
--color-1: #7a8cff;
--color-2: #a3c0ff;
--color-3: #f1e5ff;
--color-4: #f5a524;
--color-5: #d43a87;
}
🌈 Raiden Shogun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8cff, #a3c0ff, #f1e5ff, #f5a524, #d43a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8cff, #a3c0ff, #f1e5ff, #f5a524, #d43a87);
}
🔗 Explore similar color palettes
Raiden Shogun color palette created on .