Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.chanterelles {
color: #ffc370;
}
.brite-gold {
color: #ffdb8f;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--chanterelles:#ffc370;
--brite-gold:#ffdb8f;
--mouse-nose:#ffe4b3;
}