Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e1b1;
}
.tequila {
color: #f4cba4;
}
.orange-liqueur {
color: #f1a87e;
}
.heat-of-summer {
color: #eb8b5c;
}
.coral-gold {
color: #d66d4c;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e1b1;
--tequila:#f4cba4;
--orange-liqueur:#f1a87e;
--heat-of-summer:#eb8b5c;
--coral-gold:#d66d4c;
}