Color names in this palette
CSS code for this palette
/* CSS */
.trinidad-moruga-scorpion {
color: #d02f3d;
}
.durotar-fire {
color: #f05a28;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.ripe-pear {
color: #e1e36d;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--trinidad-moruga-scorpion:#d02f3d;
--durotar-fire:#f05a28;
--creamy-sweet-corn:#f6c34c;
--ripe-pear:#e1e36d;
--lime-lizard:#a3d55d;
}