Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.salmon-eggs {
color: #f4d35d;
}
.shrimp-toast {
color: #f7c3a1;
}
.entan-red {
color: #e76e50;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--salmon-eggs:#f4d35d;
--shrimp-toast:#f7c3a1;
--entan-red:#e76e50;
--painted-poppy:#c84c3c;
}