Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.ibis-wing {
color: #f58f7f;
}
.almond-cream {
color: #f5c19e;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--ibis-wing:#f58f7f;
--almond-cream:#f5c19e;
--lemon-ice-yellow:#f7e2a6;
--westfall-yellow:#f9d64e;
}