Red Marvel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Marvel palette
Red Marvel color palette CSS
/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #d6e6e1;
}
.color-5 {
color: #7e3d99;
}
/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #f5c400;
--color-3: #4b91e2;
--color-4: #d6e6e1;
--color-5: #7e3d99;
}
Red Marvel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #f5c400, #4b91e2, #d6e6e1, #7e3d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #f5c400, #4b91e2, #d6e6e1, #7e3d99);
}
Similar color palettes
Red Marvel color palette created on .