Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
}