Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d93a3d;
}
.durotar-fire {
color: #f05a28;
}
.squash-blossom {
color: #f6b83c;
}
.light-sh-shin-yellow {
color: #f9e780;
}
.viridine-green {
color: #c7e2b1;
}
/* CSS Variables */
:root {
--jasper:#d93a3d;
--durotar-fire:#f05a28;
--squash-blossom:#f6b83c;
--light-sh-shin-yellow:#f9e780;
--viridine-green:#c7e2b1;
}