Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.erythrosine {
color: #ff80b2;
}
.citrus-splash {
color: #ffc300;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--erythrosine:#ff80b2;
--citrus-splash:#ffc300;
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
}