Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.orange-hibiscus {
color: #ff9a47;
}
.cinnamon-buff {
color: #ffc170;
}
.buttered-popcorn {
color: #fff2a8;
}
.endearment {
color: #ffdaa3;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--orange-hibiscus:#ff9a47;
--cinnamon-buff:#ffc170;
--buttered-popcorn:#fff2a8;
--endearment:#ffdaa3;
}