Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.question-mark-block {
color: #f09e4c;
}
.clarified-butter {
color: #e69a28;
}
.end-of-summer {
color: #d48b16;
}
.guo-tie-dumpling {
color: #b77b0b;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--question-mark-block:#f09e4c;
--clarified-butter:#e69a28;
--end-of-summer:#d48b16;
--guo-tie-dumpling:#b77b0b;
}