Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.fuzzy-navel {
color: #ffd59e;
}
.sunkissed-yellow {
color: #ffebb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--blushing-cinnamon:#ffbe9e;
--fuzzy-navel:#ffd59e;
--sunkissed-yellow:#ffebb8;
}