Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.sun-drenched {
color: #ffe5a3;
}
.tiger-yellow {
color: #ffdd80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--macaroni-and-cheese:#ffb87a;
--sun-drenched:#ffe5a3;
--tiger-yellow:#ffdd80;
}