Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1cf;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.salt-lake {
color: #6ec6d4;
}
.mellow-yellow {
color: #f5e07f;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1cf;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--salt-lake:#6ec6d4;
--mellow-yellow:#f5e07f;
}