Color names in this palette
CSS code for this palette
/* CSS */
.belgian-waffle {
color: #f1dfb7;
}
.citrus-sachet {
color: #f6c9a7;
}
.monarch-orange {
color: #f49e6c;
}
.tiger-lily {
color: #e1583d;
}
.rooibos-tea {
color: #a83e29;
}
/* CSS Variables */
:root {
--belgian-waffle:#f1dfb7;
--citrus-sachet:#f6c9a7;
--monarch-orange:#f49e6c;
--tiger-lily:#e1583d;
--rooibos-tea:#a83e29;
}