Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f9b134;
}
.egyptian-gold {
color: #efa64d;
}
.jaffa {
color: #e57a48;
}
.hawaiian-ahi-poke {
color: #d14833;
}
.red-tomato {
color: #b13d39;
}
/* CSS Variables */
:root {
--squash-blossom:#f9b134;
--egyptian-gold:#efa64d;
--jaffa:#e57a48;
--hawaiian-ahi-poke:#d14833;
--red-tomato:#b13d39;
}