Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff906b;
}
.desert-dessert {
color: #ffb86b;
}
.chanterelles {
color: #ffc96b;
}
.butter-cupcake {
color: #ffdf99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff906b;
--desert-dessert:#ffb86b;
--chanterelles:#ffc96b;
--butter-cupcake:#ffdf99;
}