Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.mouse-nose {
color: #ffe4b3;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--blushing-cinnamon:#ffbe9e;
--mouse-nose:#ffe4b3;
--soviet-gold:#ffd900;
}