Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8957;
}
.cheese-puff {
color: #ffb570;
}
.sun-drenched {
color: #ffe7a3;
}
.it-s-a-girl {
color: #ffdbe1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8957;
--cheese-puff:#ffb570;
--sun-drenched:#ffe7a3;
--it-s-a-girl:#ffdbe1;
}