Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.fulgrim-pink {
color: #f5b2d0;
}
.safflower {
color: #f9b043;
}
.flan {
color: #f7e1b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--fulgrim-pink:#f5b2d0;
--safflower:#f9b043;
--flan:#f7e1b6;
--grapefruit-pulp:#ff6e61;
}