Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.orange-grove {
color: #fbaf8e;
}
.salmon-eggs {
color: #f4d15d;
}
.lasting-thoughts {
color: #d6e7b1;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--orange-grove:#fbaf8e;
--salmon-eggs:#f4d15d;
--lasting-thoughts:#d6e7b1;
--sea-cliff:#a3c7e0;
}