Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-bisque {
color: #f9c3ae;
}
.floral-leaf {
color: #ffb84d;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b5;
--grapefruit-pulp:#ff6e61;
--coral-bisque:#f9c3ae;
--floral-leaf:#ffb84d;
--poppy-surprise:#ff5833;
}