Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.goldsmith {
color: #f2b650;
}
.goldsmith {
color: #efb14d;
}
.chat-orange {
color: #f69c41;
}
.orange-zest {
color: #f06e24;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--goldsmith:#f2b650;
--goldsmith:#efb14d;
--chat-orange:#f69c41;
--orange-zest:#f06e24;
}