Raiden Shogun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Raiden Shogun palette
Raiden Shogun 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 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);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Raiden Shogun color palette created on .