Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d0;
}
.candy {
color: #ff9b85;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.gold-thread {
color: #fce8b0;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d0;
--candy:#ff9b85;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--gold-thread:#fce8b0;
}