li {
    list-style-type: square;
    color: #D4A754; /* bullet color - gold */
}

li span {
    color: #354AE7; /* text color - blue */
}