Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f4d35d;
}
.honey-wax {
color: #f9a824;
}
.flame-orange {
color: #f68a1e;
}
.painted-poppy {
color: #c84f3c;
}
.pa-red {
color: #5e3b3b;
}
/* CSS Variables */
:root {
--salmon-eggs:#f4d35d;
--honey-wax:#f9a824;
--flame-orange:#f68a1e;
--painted-poppy:#c84f3c;
--pa-red:#5e3b3b;
}