Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.mindaro {
color: #dce773;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--mindaro:#dce773;
}