Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff9966;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.banana-drama {
color: #f1d64b;
}
.scrofulous-brown {
color: #e2a23c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff9966;
--macaroni-and-cheese:#ffb67a;
--banana-drama:#f1d64b;
--scrofulous-brown:#e2a23c;
}