Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.butter-cream {
color: #f6b141;
}
.bitter-orange {
color: #d8792c;
}
.hamburger {
color: #a54d27;
}
.strong-envy {
color: #7d2d2c;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--butter-cream:#f6b141;
--bitter-orange:#d8792c;
--hamburger:#a54d27;
--strong-envy:#7d2d2c;
}