Color names in this palette
CSS code for this palette
/* CSS */
.sunnyside {
color: #f8d112;
}
.fireball {
color: #d11f28;
}
.bilbao {
color: #3b7a2a;
}
.blue-tourmaline {
color: #4d9ad1;
}
.prickly-purple {
color: #a65eba;
}
/* CSS Variables */
:root {
--sunnyside:#f8d112;
--fireball:#d11f28;
--bilbao:#3b7a2a;
--blue-tourmaline:#4d9ad1;
--prickly-purple:#a65eba;
}