CSS-линейный цвет
span.inner {
color: green;
}
span.outer {
color: red;
text-decoration: line-through;
}
Wrong Wombat