Color names in this palette
CSS code for this palette
/* CSS */
.stark-white {
color: #d3c6b6;
}
.scalloped-oak {
color: #f2d0a1;
}
.citrus-honey {
color: #f9b76c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.yellow-mandarin {
color: #d57d34;
}
/* CSS Variables */
:root {
--stark-white:#d3c6b6;
--scalloped-oak:#f2d0a1;
--citrus-honey:#f9b76c;
--apricot-glazed-chicken:#f5a524;
--yellow-mandarin:#d57d34;
}