Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.brink-pink {
color: #ff5c7f;
}
.sunrose-yellow {
color: #ffdb66;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--white:#ffffff;
--brink-pink:#ff5c7f;
--sunrose-yellow:#ffdb66;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
}