更改艺术字的颜色怎么弄
```html
/* CSS for styling */
.redtext {
color: red;
}
.bluetext {
color: blue;
}
.greentext {
color: green;
}
Red Text
Blue Text
Green Text
```html
/* CSS for styling */
.redtext {
color: red;
}
.bluetext {
color: blue;
}
.greentext {
color: green;
}
Blue Text
Green Text