Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.ice-crystal-blue {
color: #a7e7df;
}
.saira-red {
color: #ff9ebd;
}
.chartreuse-shot {
color: #d3d600;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--ice-crystal-blue:#a7e7df;
--saira-red:#ff9ebd;
--chartreuse-shot:#d3d600;
}