Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c34e;
}
.radiant-yellow {
color: #f7a222;
}
.durotar-fire {
color: #f15a27;
}
.valentine {
color: #aa3c4c;
}
.thimble-red {
color: #a35c8b;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c34e;
--radiant-yellow:#f7a222;
--durotar-fire:#f15a27;
--valentine:#aa3c4c;
--thimble-red:#a35c8b;
}