Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.erythrosine {
color: #ff75b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--erythrosine:#ff75b3;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--middle-yellow:#ffea00;
}