Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8c9b4;
}
.calabrese {
color: #f5a7a3;
}
.steamed-salmon {
color: #f38289;
}
.watermelon-juice {
color: #f15b7e;
}
.1989-miami-hotline {
color: #e53866;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8c9b4;
--calabrese:#f5a7a3;
--steamed-salmon:#f38289;
--watermelon-juice:#f15b7e;
--1989-miami-hotline:#e53866;
}