Color names in this palette
CSS code for this palette
/* CSS */
.muntok-white-pepper {
color: #d4a373;
}
.california-chamois {
color: #e6b970;
}
.summertime {
color: #f1cf79;
}
.cornsilk-yellow {
color: #f5c670;
}
.question-mark-block {
color: #f09b4c;
}
/* CSS Variables */
:root {
--muntok-white-pepper:#d4a373;
--california-chamois:#e6b970;
--summertime:#f1cf79;
--cornsilk-yellow:#f5c670;
--question-mark-block:#f09b4c;
}