Color names in this palette
CSS code for this palette
/* CSS */
.bay {
color: #b3dfd2;
}
.pumpkin-mousse {
color: #f4c3a9;
}
.ruffles {
color: #f9b7ae;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hollywood-asparagus {
color: #dee8d4;
}
/* CSS Variables */
:root {
--bay:#b3dfd2;
--pumpkin-mousse:#f4c3a9;
--ruffles:#f9b7ae;
--grapefruit-pulp:#ff6e61;
--hollywood-asparagus:#dee8d4;
}