Color names in this palette
CSS code for this palette
/* CSS */
.andover-cream {
color: #fcf1d4;
}
.pinenut {
color: #f8d9b9;
}
.shrimp-boat {
color: #f5be9e;
}
.coral-dust {
color: #f3a986;
}
.watermelon-juice {
color: #eb6083;
}
/* CSS Variables */
:root {
--andover-cream:#fcf1d4;
--pinenut:#f8d9b9;
--shrimp-boat:#f5be9e;
--coral-dust:#f3a986;
--watermelon-juice:#eb6083;
}