Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6a9cdc;
}
.spritzig {
color: #78c6e8;
}
.green-frosting {
color: #daf1e9;
}
.roadster-yellow {
color: #f3e1a0;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--blue-gourami:#6a9cdc;
--spritzig:#78c6e8;
--green-frosting:#daf1e9;
--roadster-yellow:#f3e1a0;
--durotar-fire:#f15a27;
}