Color names in this palette
CSS code for this palette
/* CSS */
.hot-butter {
color: #e6a100;
}
.citrus-zest {
color: #f1c65b;
}
.meadow-yellow {
color: #f9d990;
}
.bergamot-orange {
color: #f5a15c;
}
.russet-orange {
color: #e8712c;
}
/* CSS Variables */
:root {
--hot-butter:#e6a100;
--citrus-zest:#f1c65b;
--meadow-yellow:#f9d990;
--bergamot-orange:#f5a15c;
--russet-orange:#e8712c;
}