Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.forsythia-blossom {
color: #f9d66c;
}
.tropic-tide {
color: #6fc3b8;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--grapefruit-pulp:#ff6e61;
--forsythia-blossom:#f9d66c;
--tropic-tide:#6fc3b8;
--waterhen-back:#2e3f52;
}