Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.endearment {
color: #ffd9a3;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--endearment:#ffd9a3;
--emerald-wave:#4eb7ac;
}