Raiden Shogun (Contrast Edition) Color Palette
Discover the beautiful Raiden Shogun (Contrast Edition) color palette featuring ship cove (#6c7dbc), polo blue (#909cd5), spindle (#b1c7e7), mandys pink (#f0c4b2) and sunglo (#e77373).
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 (Contrast Edition) palette
💻 Raiden Shogun (Contrast Edition) color palette CSS
/* CSS */
.color-1 {
color: #6c7dbc;
}
.color-2 {
color: #909cd5;
}
.color-3 {
color: #b1c7e7;
}
.color-4 {
color: #f0c4b2;
}
.color-5 {
color: #e77373;
}
/* CSS Variables */
:root {
--color-1: #6c7dbc;
--color-2: #909cd5;
--color-3: #b1c7e7;
--color-4: #f0c4b2;
--color-5: #e77373;
}
🌈 Raiden Shogun (Contrast Edition) background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7dbc, #909cd5, #b1c7e7, #f0c4b2, #e77373);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7dbc, #909cd5, #b1c7e7, #f0c4b2, #e77373);
}
🔗 Explore similar color palettes
Raiden Shogun (Contrast Edition) color palette created on .