Color names in this palette
CSS code for this palette
/* CSS */
.bad-moon-yellow {
color: #f3e5b4;
}
.white-corn {
color: #f1d598;
}
.almond-cookie {
color: #f0c77a;
}
.inventive-orange {
color: #e5a06c;
}
.i-love-you-pink {
color: #d7798e;
}
/* CSS Variables */
:root {
--bad-moon-yellow:#f3e5b4;
--white-corn:#f1d598;
--almond-cookie:#f0c77a;
--inventive-orange:#e5a06c;
--i-love-you-pink:#d7798e;
}