Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f6d360;
}
.mad-for-mango {
color: #f5a300;
}
.orange-gluttony {
color: #e77e23;
}
.capocollo {
color: #d8544f;
}
.gooseberry {
color: #9f415a;
}
/* CSS Variables */
:root {
--salmon-eggs:#f6d360;
--mad-for-mango:#f5a300;
--orange-gluttony:#e77e23;
--capocollo:#d8544f;
--gooseberry:#9f415a;
}