Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.erythrosine {
color: #ff75b3;
}
.secret-story {
color: #ff1492;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--erythrosine:#ff75b3;
--secret-story:#ff1492;
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
}