Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cerulean-frost {
color: #6d9dc5;
}
.purity {
color: #d4c5e2;
}
.diva-pink {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cerulean-frost:#6d9dc5;
--purity:#d4c5e2;
--diva-pink:#ff3d7e;
}