Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f4d35d;
}
.welcoming-wasp {
color: #f0a800;
}
.festering-brown {
color: #d18800;
}
.fuegan-orange {
color: #c67a4e;
}
.earth-rose {
color: #b6766d;
}
/* CSS Variables */
:root {
--salmon-eggs:#f4d35d;
--welcoming-wasp:#f0a800;
--festering-brown:#d18800;
--fuegan-orange:#c67a4e;
--earth-rose:#b6766d;
}