Color names in this palette
CSS code for this palette
/* CSS */
.be-my-valentine {
color: #ed9cc6;
}
.pink-chalk {
color: #f4a4bf;
}
.garden-glory {
color: #fbc1d3;
}
.bastard-amber {
color: #ffcc8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--be-my-valentine:#ed9cc6;
--pink-chalk:#f4a4bf;
--garden-glory:#fbc1d3;
--bastard-amber:#ffcc8a;
--grapefruit-pulp:#ff6e61;
}