Color names in this palette
CSS code for this palette
/* CSS */
.grenadier {
color: #c64a39;
}
.plastic-carrot {
color: #f55f24;
}
.raichu-orange {
color: #f9a939;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.salmon-eggs {
color: #f4d35d;
}
/* CSS Variables */
:root {
--grenadier:#c64a39;
--plastic-carrot:#f55f24;
--raichu-orange:#f9a939;
--creamy-sweet-corn:#f9c54e;
--salmon-eggs:#f4d35d;
}