Color names in this palette
CSS code for this palette
/* CSS */
.bang {
color: #c0393e;
}
.medium-vermilion {
color: #d85d3b;
}
.shrimp-cocktail {
color: #f4a462;
}
.sunshine-mellow {
color: #f5c30f;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--bang:#c0393e;
--medium-vermilion:#d85d3b;
--shrimp-cocktail:#f4a462;
--sunshine-mellow:#f5c30f;
--noodles:#f9e3b4;
}