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: #d3aee0;
}
.color-2 {
color: #8e4baf;
}
.color-3 {
color: #5b2e7f;
}
.color-4 {
color: #f0c024;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #d3aee0;
--color-2: #8e4baf;
--color-3: #5b2e7f;
--color-4: #f0c024;
--color-5: #e63746;
}
Raiden Shogun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3aee0, #8e4baf, #5b2e7f, #f0c024, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3aee0, #8e4baf, #5b2e7f, #f0c024, #e63746);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Raiden Shogun color palette created on .