Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff906b;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.zinnia-gold {
color: #ffd780;
}
.firefly-glow {
color: #fff3a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff906b;
--macaroni-and-cheese:#ffb87a;
--zinnia-gold:#ffd780;
--firefly-glow:#fff3a3;
}