Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d74f37;
}
.entan-red {
color: #ef6d4d;
}
.fresh-cantaloupe {
color: #f89d68;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--fire-island:#d74f37;
--entan-red:#ef6d4d;
--fresh-cantaloupe:#f89d68;
--puff-pastry-yellow:#fbcf89;
--banana-yogurt:#f9e8b4;
}