Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.mr-mustard {
color: #e4b953;
}
.golden-nugget {
color: #d68f4c;
}
.cedar-chest {
color: #c75d4d;
}
.china-rose {
color: #aa506e;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--mr-mustard:#e4b953;
--golden-nugget:#d68f4c;
--cedar-chest:#c75d4d;
--china-rose:#aa506e;
}