Raiden Shougun Color Palette
Discover the beautiful Raiden Shougun color palette featuring chetwode blue (#7a9bdc), regent st blue (#a3c7e0), buttercup (#f5a524), valencia (#d54d4d) and trendy pink (#8b5b9a).
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 Shougun palette
💻 Raiden Shougun color palette CSS
/* CSS */
.color-1 {
color: #7a9bdc;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #d54d4d;
}
.color-5 {
color: #8b5b9a;
}
/* CSS Variables */
:root {
--color-1: #7a9bdc;
--color-2: #a3c7e0;
--color-3: #f5a524;
--color-4: #d54d4d;
--color-5: #8b5b9a;
} 🌈 Raiden Shougun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9bdc, #a3c7e0, #f5a524, #d54d4d, #8b5b9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9bdc, #a3c7e0, #f5a524, #d54d4d, #8b5b9a);
} 🔗 Explore similar color palettes
Raiden Shougun color palette created on .