Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.burning-coals {
color: #f69f74;
}
.embarrassed {
color: #f6799b;
}
.china-pink {
color: #e06c9a;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--gemini-mustard-momento:#f9a34e;
--burning-coals:#f69f74;
--embarrassed:#f6799b;
--china-pink:#e06c9a;
}